Skip to content

Commit 588eaa4

Browse files
authored
Use newer AOT compiler (#551)
1 parent 322a13e commit 588eaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Lab/Experiments/CoreRTTest/CoreRTTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949

5050
<!-- Reference the CoreRT toolchain -->
5151
<PropertyGroup>
52-
<RestoreAdditionalProjectSources>https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
52+
<RestoreAdditionalProjectSources>https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
5353
</PropertyGroup>
5454

5555
<ItemGroup>
56-
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" />
56+
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="6.0.0-*" />
5757
</ItemGroup>
5858

5959
</Project>

0 commit comments

Comments
 (0)