File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net472;net48; netcoreapp3.1</TargetFrameworks >
5- </PropertyGroup >
4+ <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
5+ < RuntimeIdentifiers >linux-x64</ RuntimeIdentifiers > </PropertyGroup >
66
77 <ItemGroup >
88 <ProjectReference Include =" ..\LibGit2Sharp\LibGit2Sharp.csproj" />
9- <ProjectReference Include =" ..\NativeLibraryLoadTestApp\x86\NativeLibraryLoadTestApp.x86.csproj" Condition =" '$(TargetFramework)' == 'net46'" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
10- <ProjectReference Include =" ..\NativeLibraryLoadTestApp\x64\NativeLibraryLoadTestApp.x64.csproj" Condition =" '$(TargetFramework)' == 'net46'" ReferenceOutputAssembly =" false" OutputItemType =" TestAppExe" />
11- </ItemGroup >
9+ </ItemGroup >
1210
1311 <ItemGroup >
1412 <PackageReference Include =" coverlet.msbuild" Version =" 2.7.0" />
You can’t perform that action at this time.
0 commit comments