Update CoreRT/Native AOT version

This commit is contained in:
Alex Barney 2021-01-01 17:01:21 -07:00
parent 4bf7060ec7
commit 2c7291b9ae
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
5.0.100 5.0.102

View file

@ -2,5 +2,6 @@
<configuration> <configuration>
<packageSources> <packageSources>
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" /> <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View file

@ -21,7 +21,7 @@
<!-- Options for use with CoreRT --> <!-- Options for use with CoreRT -->
<ItemGroup Condition=" $(BuildType.StartsWith('native')) "> <ItemGroup Condition=" $(BuildType.StartsWith('native')) ">
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" /> <PackageReference Include="Microsoft.DotNet.ILCompiler" Version="6.0.0-*" />
</ItemGroup> </ItemGroup>
<PropertyGroup Condition=" $(BuildType.StartsWith('native')) and '$(BuildType)' != 'native-untrimmed' "> <PropertyGroup Condition=" $(BuildType.StartsWith('native')) and '$(BuildType)' != 'native-untrimmed' ">