Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Fix .NET Native runtime version being hard-coded
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Apr 7, 2017
1 parent f3aa4f1 commit 64d96db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/runtime/runtime.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>
<ItemGroup Condition="'$(TargetGroup)'=='uapaot'">
<PackageReference Include="Microsoft.TargetingPack.Private.NETNative">
<Version>1.1.0-beta-25128-00</Version>
<Version>1.1.0-$(ProjectNTfsExpectedPrerelease))</Version>
</PackageReference>
<FileToExclude Include="System.Private.CoreLib.Augments" />
<FileToExclude Include="System.Private.CoreLib.DynamicDelegate" />
Expand Down

0 comments on commit 64d96db

Please sign in to comment.