diff --git a/.github/workflows/publishnuget.yml b/.github/workflows/publishnuget.yml
index 5667e69..884b4c6 100644
--- a/.github/workflows/publishnuget.yml
+++ b/.github/workflows/publishnuget.yml
@@ -24,7 +24,7 @@ defaults:
jobs:
create_nuget:
- runs-on: ubuntu-latest
+ runs-on: windows-latest
steps:
- uses: actions/checkout@v3
@@ -69,8 +69,8 @@ jobs:
# Publish only when creating a GitHub Release
# https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository
# You can update this logic if you want to manage releases differently
- if: github.event_name == 'release'
- runs-on: ubuntu-latest
+ #if: github.event_name == 'release'
+ runs-on: windows-latest
needs: [ run_test ]
steps:
# Download the NuGet package created in the previous job
diff --git a/MK.IO/MK.IO.csproj b/MK.IO/MK.IO.csproj
index f25b386..255687b 100644
--- a/MK.IO/MK.IO.csproj
+++ b/MK.IO/MK.IO.csproj
@@ -11,12 +11,12 @@