Skip to content

Commit

Permalink
fix MNTR local build for .NET 5 (#5177)
Browse files Browse the repository at this point in the history
some .NET 5 SDKs are affected by dotnet/sdk#17579

Added recommended work-around to ensure production of local NuGet packages still
  • Loading branch information
Aaronontheweb committed Aug 6, 2021
1 parent 7997b58 commit 0bd23c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2021 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>1.4.19</VersionPrefix>
<VersionPrefix>1.4.23</VersionPrefix>
<PackageIconUrl>https://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
<PackageTags>$(AkkaPackageTags)</PackageTags>
<NuspecFile>Akka.MultiNodeTestRunner.nuspec</NuspecFile>
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0bd23c9

Please sign in to comment.