mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Update CoreRT/Native AOT version
This commit is contained in:
parent
4bf7060ec7
commit
2c7291b9ae
@ -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…
x
Reference in New Issue
Block a user