File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net472;netcoreapp2.1 </TargetFrameworks >
4
+ <TargetFrameworks >net472;net5.0 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
8
<ProjectReference Include =" ..\LibGit2Sharp\LibGit2Sharp.csproj" />
9
- <ProjectReference Include =" ..\NativeLibraryLoadTestApp\x86\NativeLibraryLoadTestApp.x86.csproj" Condition =" '$(TargetFramework)' != 'netcoreapp2.1 '" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
10
- <ProjectReference Include =" ..\NativeLibraryLoadTestApp\x64\NativeLibraryLoadTestApp.x64.csproj" Condition =" '$(TargetFramework)' != 'netcoreapp2.1 '" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
9
+ <ProjectReference Include =" ..\NativeLibraryLoadTestApp\x86\NativeLibraryLoadTestApp.x86.csproj" Condition =" '$(TargetFramework)' != 'net5.0 '" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
10
+ <ProjectReference Include =" ..\NativeLibraryLoadTestApp\x64\NativeLibraryLoadTestApp.x64.csproj" Condition =" '$(TargetFramework)' != 'net5.0 '" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
22
22
23
23
<ItemGroup >
24
24
<Compile Include =" ..\LibGit2Sharp\Core\Platform.cs" Link =" TestHelpers\Platform.cs" />
25
- <Compile Remove =" desktop\**" Condition =" '$(TargetFramework)' == 'netcoreapp2.1 '" />
25
+ <Compile Remove =" desktop\**" Condition =" '$(TargetFramework)' == 'net5.0 '" />
26
26
<Content Include =" Resources\**\*.*" CopyToOutputDirectory =" PreserveNewest" />
27
27
<None Update =" xunit.runner.json" CopyToOutputDirectory =" PreserveNewest" />
28
28
</ItemGroup >
Original file line number Diff line number Diff line change 36
36
<ItemGroup >
37
37
<PackageReference Include =" Mendix.LibGit2Sharp.NativeBinaries" Version =" [1.110.10]" PrivateAssets =" none" />
38
38
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" />
39
- <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.0.50 " PrivateAssets =" all" />
39
+ <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.2.31 " PrivateAssets =" all" />
40
40
</ItemGroup >
41
41
42
42
<Import Project =" ..\Targets\CodeGenerator.targets" />
You can’t perform that action at this time.
0 commit comments