Skip to content

Commit

Permalink
Merge pull request #897 from ViktorHofer/ViktorHofer-patch-1
Browse files Browse the repository at this point in the history
Avoid Microsoft.CSharp dependency on net5.0
  • Loading branch information
slang25 authored Apr 21, 2023
2 parents b20e06d + c2b1575 commit 501cd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shouldly/Shouldly.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
<DebugType>embedded</DebugType>
Expand All @@ -27,12 +27,12 @@
<ItemGroup>
<PackageReference Include="DiffEngine" Version="11.2.0" />
<PackageReference Include="EmptyFiles" Version="4.4.0" PrivateAssets="None" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<None Include="..\..\assets\logo_128x128.png" Pack="true" PackagePath="assets" />
<None Include="buildTransitive\Shouldly.targets" Pack="true" PackagePath="buildTransitive\Shouldly.targets" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.160" PrivateAssets="all" />
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[5.0.0]" />
</ItemGroup>
Expand Down

0 comments on commit 501cd1a

Please sign in to comment.