Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-04-08 00:48:39 +0300
committerEric Mellino <erme@microsoft.com>2017-04-11 00:36:01 +0300
commitcf8620e2c02b0e486435007b2d3d7aec7c3b833b (patch)
tree01bba708f29013fa56a10e2c10c1bac766b2a12a /external
parentede99bedfd511d329289b7176f543c6c43c4e989 (diff)
Fix .NET Native runtime version being hard-coded
Diffstat (limited to 'external')
-rw-r--r--external/runtime/runtime.depproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 8b72dedf42..d277038506 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -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" />