We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322a13e commit 588eaa4Copy full SHA for 588eaa4
src/Lab/Experiments/CoreRTTest/CoreRTTest.csproj
@@ -49,11 +49,11 @@
49
50
<!-- Reference the CoreRT toolchain -->
51
<PropertyGroup>
52
- <RestoreAdditionalProjectSources>https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
+ <RestoreAdditionalProjectSources>https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
53
</PropertyGroup>
54
55
<ItemGroup>
56
- <PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" />
+ <PackageReference Include="Microsoft.DotNet.ILCompiler" Version="6.0.0-*" />
57
</ItemGroup>
58
59
</Project>
0 commit comments