Skip to content

Commit

Permalink
Ensure the generated netcore solution builds when running ./build.sh …
Browse files Browse the repository at this point in the history
…release (#2020)
  • Loading branch information
Mpdreamz authored Feb 23, 2023
1 parent 70691bd commit c5c53f3
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,6 +14,6 @@
<DelaySign>false</DelaySign>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461" Version="1.0.2" PrivateAssets="all"/>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net461" Version="1.0.3" PrivateAssets="all"/>
</ItemGroup>
</Project>

0 comments on commit c5c53f3

Please sign in to comment.