Skip to content

Commit ed4763c

Browse files
authored
Added support for .NET 10 in dev action
Added support for .NET 10 in dev action
2 parents 6aa8d2f + 51fd6aa commit ed4763c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26+
- name: Setup .NET
27+
uses: actions/setup-dotnet@v4
28+
with:
29+
dotnet-version: ${{env.DOTNET_VERSION}}
30+
2631
- name: 'Build Web App with dotnet ${{env.DOTNET_VERSION}}'
2732
run: dotnet build --configuration Release ./src/SampleGalleriesMCPServerHttp/SampleGalleriesMCPServerHttp.csproj
2833

0 commit comments

Comments
 (0)