8000 Bump CustomBuildTasks to .NET 4.0 · odedw/libgit2sharp@6f46c44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f46c44

Browse files
Therzoknulltoken
authored andcommitted
Bump CustomBuildTasks to .NET 4.0
The bindings are already here, and this also allows us to build both on mono 3 as well as mono 4, which dropped pre-4.0 assemblies from the install.
1 parent 2587d57 commit 6f46c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/CustomBuildTasks/CustomBuildTasks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>CustomBuildTasks</RootNamespace>
1111
<AssemblyName>CustomBuildTasks</AssemblyName>
12-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
@@ -33,7 +33,7 @@
3333
<ItemGroup>
3434
<Reference Include="System" />
3535
<Reference Include="Microsoft.Build.Framework" />
36-
<Reference Include="Microsoft.Build.Utilities" />
36+
<Reference Include="Microsoft.Build.Utilities.v4.0" />
3737
</ItemGroup>
3838
<ItemGroup>
3939
<Compile Include="GenerateUniqueIdentifierTask.cs" />
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0