fix dotnet version on Github Actions

This commit is contained in:
ParantezTech
2026-03-28 18:15:14 +03:00
parent 812879aa81
commit 7a915e88dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.103
global-json-file: global.json
cache: true
cache-dependency-path: |
Directory.Packages.props
+1 -1
View File
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.103",
"rollForward": "latestFeature"
"rollForward": "disable"
}
}