Skip to content

Commit 33a187e

Browse files
.NET setup test
1 parent 7e39566 commit 33a187e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
uses: actions/setup-dotnet@v4
3131
with:
3232
cache: true
33+
dotnet-version: |
34+
8.0.x
35+
9.0.x
3336
cache-dependency-path: 'Src/*/packages.lock.json'
3437

3538
- name: Restore NuGet Packages

Src/DSInternals.slnx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<Solution>
1+
2+
<Solution xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/microsoft/vs-solutionpersistence/refs/heads/main/src/Microsoft.VisualStudio.SolutionPersistence/Serializer/Xml/Slnx.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23
<Configurations>
34
<Platform Name="ARM64" />
45
<Platform Name="Win32" />
File renamed without changes.

0 commit comments

Comments
 (0)