2525 - name : Setup .NET Core
2626 uses : actions/setup-dotnet@v1
2727 with :
28- dotnet-version : 9 .0.x
28+ dotnet-version : 10 .0.x
2929 - name : Install compiler dependencies
3030 run : dotnet restore main/DMCompiler/DMCompiler.csproj
3131 - name : Install disassembler dependencies
4949 - name : Setup .NET Core
5050 uses : actions/setup-dotnet@v1
5151 with :
52- dotnet-version : 9 .0.x
52+ dotnet-version : 10 .0.x
5353 - name : Checkout Main
5454 uses : actions/checkout@v2
5555 with :
7474 - name : Setup .NET Core
7575 uses : actions/setup-dotnet@v1
7676 with :
77- dotnet-version : 9 .0.x
77+ dotnet-version : 10 .0.x
7878 - name : Pop build cache
7979 uses : actions/cache/restore@v4
8080 with :
9999 - name : Setup .NET Core
100100 uses : actions/setup-dotnet@v1
101101 with :
102- dotnet-version : 9 .0.x
102+ dotnet-version : 10 .0.x
103103 - name : Pop build cache
104104 uses : actions/cache/restore@v4
105105 with :
@@ -124,7 +124,7 @@ jobs:
124124 - name : Setup .NET Core
125125 uses : actions/setup-dotnet@v1
126126 with :
127- dotnet-version : 9 .0.x
127+ dotnet-version : 10 .0.x
128128 - name : Pop build cache
129129 uses : actions/cache/restore@v4
130130 with :
@@ -147,7 +147,7 @@ jobs:
147147 - name : Setup .NET Core
148148 uses : actions/setup-dotnet@v1
149149 with :
150- dotnet-version : 9 .0.x
150+ dotnet-version : 10 .0.x
151151 - name : Pop build cache
152152 uses : actions/cache/restore@v4
153153 with :
@@ -170,7 +170,7 @@ jobs:
170170 - name : Setup .NET Core
171171 uses : actions/setup-dotnet@v1
172172 with :
173- dotnet-version : 9 .0.x
173+ dotnet-version : 10 .0.x
174174 - name : Pop build cache
175175 uses : actions/cache/restore@v4
176176 with :
@@ -193,7 +193,7 @@ jobs:
193193 - name : Setup .NET Core
194194 uses : actions/setup-dotnet@v1
195195 with :
196- dotnet-version : 9 .0.x
196+ dotnet-version : 10 .0.x
197197 - name : Pop build cache
198198 uses : actions/cache/restore@v4
199199 with :
@@ -216,7 +216,7 @@ jobs:
216216 - name : Setup .NET Core
217217 uses : actions/setup-dotnet@v1
218218 with :
219- dotnet-version : 9 .0.x
219+ dotnet-version : 10 .0.x
220220 - name : Pop build cache
221221 uses : actions/cache/restore@v4
222222 with :
@@ -239,7 +239,7 @@ jobs:
239239 - name : Setup .NET Core
240240 uses : actions/setup-dotnet@v1
241241 with :
242- dotnet-version : 9 .0.x
242+ dotnet-version : 10 .0.x
243243 - name : Pop build cache
244244 uses : actions/cache/restore@v4
245245 with :
0 commit comments