File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 name : Build on ${{ matrix.os }} with Dotnet ${{ matrix.dotnet }}
1717 strategy :
1818 matrix :
19- dotnet : [ '8.x', '9.0.100-preview.4.24267.66 ']
19+ dotnet : [ '8.x', '9.0.100-rc.1.24452.12 ']
2020 os : [ubuntu-latest, windows-latest]
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <ItemGroup >
66 <!-- find latest versions at https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-experimental by name of package -->
7- <PackageVersion Include =" Microsoft.DotNet.ILCompiler.LLVM" Version =" 9.0.0-rc.1.24429 .1" />
8- <PackageVersion Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 9.0.0-rc.1.24429 .1" />
7+ <PackageVersion Include =" Microsoft.DotNet.ILCompiler.LLVM" Version =" 9.0.0-rc.1.24468 .1" />
8+ <PackageVersion Include =" runtime.$(NETCoreSdkPortableRuntimeIdentifier).Microsoft.DotNet.ILCompiler.LLVM" Version =" 9.0.0-rc.1.24468 .1" />
99
1010 <!-- Tests -->
1111 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.0" />
You can’t perform that action at this time.
0 commit comments