Skip to content

Commit

Permalink
Update the version of Microsoft.NETFramework.ReferenceAssemblies.net40 (
Browse files Browse the repository at this point in the history
jbevain#787)

since is detected as a package downgrade and a failure in newer SDKs
  • Loading branch information
tlakollo committed Jul 22, 2021
1 parent ede17f9 commit 2f1077d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' ">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit 2f1077d

Please sign in to comment.