Skip to content

Commit c0e734c

Browse files
committed
Bump CustomBuildTasks to .NET 4.0
1 parent 16aaf6c commit c0e734c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Lib/CustomBuildTasks/CustomBuildTasks.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>CustomBuildTasks</RootNamespace>
1111
<AssemblyName>CustomBuildTasks</AssemblyName>
12-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1312
<FileAlignment>512</FileAlignment>
1413
<TargetFrameworkProfile />
14+
<ProductVersion>8.0.30703</ProductVersion>
15+
<SchemaVersion>2.0</SchemaVersion>
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
@@ -33,7 +34,7 @@
3334
<ItemGroup>
3435
<Reference Include="System" />
3536
<Reference Include="Microsoft.Build.Framework" />
36-
<Reference Include="Microsoft.Build.Utilities" />
37+
<Reference Include="Microsoft.Build.Utilities.v4.0" />
3738
</ItemGroup>
3839
<ItemGroup>
3940
<Compile Include="GenerateUniqueIdentifierTask.cs" />
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)