mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Update CoreRT/Native AOT version
This commit is contained in:
parent
4bf7060ec7
commit
2c7291b9ae
3 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
5.0.100
|
||||
5.0.102
|
|
@ -2,5 +2,6 @@
|
|||
<configuration>
|
||||
<packageSources>
|
||||
<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>
|
||||
</configuration>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!-- Options for use with CoreRT -->
|
||||
<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>
|
||||
|
||||
<PropertyGroup Condition=" $(BuildType.StartsWith('native')) and '$(BuildType)' != 'native-untrimmed' ">
|
||||
|
|
Loading…
Reference in a new issue