diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 04f84cf..cda9af5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: 10.x
+ dotnet-version: 10.0.401
- run: dotnet pack
- run: dotnet nuget push 'ScipDotnet/bin/Release/*.nupkg' --source 'nuget.org' --api-key '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
docker-push:
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: 10.x
+ dotnet-version: 10.0.401
- uses: docker/setup-buildx-action@v2
- run: echo "PATCH=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
diff --git a/ScipDotnet/ScipDotnet.csproj b/ScipDotnet/ScipDotnet.csproj
index 020461f..4b0b286 100644
--- a/ScipDotnet/ScipDotnet.csproj
+++ b/ScipDotnet/ScipDotnet.csproj
@@ -19,14 +19,14 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
+
\ No newline at end of file