File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >netstandard2.0;net5</TargetFrameworks >
3
+ <TargetFrameworks >netstandard2.0;net5.0 </TargetFrameworks >
4
4
<Optimize >false</Optimize >
5
5
<DebugSymbols >true</DebugSymbols >
6
6
<DebugType >embedded</DebugType >
27
27
<ItemGroup >
28
28
<PackageReference Include =" DiffEngine" Version =" 11.2.0" />
29
29
<PackageReference Include =" EmptyFiles" Version =" 4.4.0" PrivateAssets =" None" />
30
- <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
31
30
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" Condition =" $(Configuration) == 'Release'" />
32
31
<None Include =" ..\..\assets\logo_128x128.png" Pack =" true" PackagePath =" assets" />
33
32
<None Include =" buildTransitive\Shouldly.targets" Pack =" true" PackagePath =" buildTransitive\Shouldly.targets" />
34
33
</ItemGroup >
35
34
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
35
+ <PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
36
36
<PackageReference Include =" TunnelVisionLabs.ReferenceAssemblyAnnotator" Version =" 1.0.0-alpha.160" PrivateAssets =" all" />
37
37
<PackageDownload Include =" Microsoft.NETCore.App.Ref" Version =" [5.0.0]" />
38
38
</ItemGroup >
You can’t perform that action at this time.
0 commit comments