diff --git a/.github/workflows/nuget-publish.yml b/.github/workflows/nuget-publish.yml index 5c5a56b..e0a95bd 100644 --- a/.github/workflows/nuget-publish.yml +++ b/.github/workflows/nuget-publish.yml @@ -35,6 +35,5 @@ jobs: run: msbuild -restore -p:Configuration=Pack ${{ github.workspace }}\src\PiWeb.Volume.sln - name: Publish run: | - msbuild -t:pack -p:Configuration=Pack -p:Platform=x64 ${{ github.workspace }}\src\PiWeb.Volume\PiWeb.Volume.csproj + msbuild -t:pack -p:Configuration=Pack -p:Platform=AnyCPU ${{ github.workspace }}\src\PiWeb.Volume\PiWeb.Volume.csproj dotnet nuget push ${{ github.workspace }}\bin\Pack\*.nupkg --skip-duplicate --no-symbols true --api-key ${{secrets.NUGET_FEED_PAT}} - Remove-Item ${{ github.workspace }}\bin\Pack -Recurse \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7933d13..6b70622 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,7 +6,6 @@ latestmajor AnyCPU - net9.0-windows10.0.22621 Zeiss.$(MSBuildProjectName) true $(SolutionDir)\..\bin\$(Configuration)\ diff --git a/src/PiWeb.Volume.Compare/PiWeb.Volume.Compare.csproj b/src/PiWeb.Volume.Compare/PiWeb.Volume.Compare.csproj index 30a413d..6ef09ea 100644 --- a/src/PiWeb.Volume.Compare/PiWeb.Volume.Compare.csproj +++ b/src/PiWeb.Volume.Compare/PiWeb.Volume.Compare.csproj @@ -1,12 +1,10 @@  - net9.0-windows10.0.22621 WinExe true false - true - enable + net9.0-windows10.0.22621 diff --git a/src/PiWeb.Volume.Convert/PiWeb.Volume.Convert.csproj b/src/PiWeb.Volume.Convert/PiWeb.Volume.Convert.csproj index a22cac7..fe61de1 100644 --- a/src/PiWeb.Volume.Convert/PiWeb.Volume.Convert.csproj +++ b/src/PiWeb.Volume.Convert/PiWeb.Volume.Convert.csproj @@ -4,6 +4,7 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} false false + net9.0 diff --git a/src/PiWeb.Volume.Tests/PiWeb.Volume.Tests.csproj b/src/PiWeb.Volume.Tests/PiWeb.Volume.Tests.csproj index 4d3d35c..c8855d3 100644 --- a/src/PiWeb.Volume.Tests/PiWeb.Volume.Tests.csproj +++ b/src/PiWeb.Volume.Tests/PiWeb.Volume.Tests.csproj @@ -2,6 +2,7 @@ false + net9.0 diff --git a/src/PiWeb.Volume.UI/PiWeb.Volume.UI.csproj b/src/PiWeb.Volume.UI/PiWeb.Volume.UI.csproj index 2d45e37..95693df 100644 --- a/src/PiWeb.Volume.UI/PiWeb.Volume.UI.csproj +++ b/src/PiWeb.Volume.UI/PiWeb.Volume.UI.csproj @@ -3,6 +3,7 @@ true false + net9.0-windows10.0.22621 diff --git a/src/PiWeb.Volume.Viewer/PiWeb.Volume.Viewer.csproj b/src/PiWeb.Volume.Viewer/PiWeb.Volume.Viewer.csproj index c5c6d5f..0f47272 100644 --- a/src/PiWeb.Volume.Viewer/PiWeb.Volume.Viewer.csproj +++ b/src/PiWeb.Volume.Viewer/PiWeb.Volume.Viewer.csproj @@ -4,6 +4,7 @@ WinExe true false + net9.0-windows10.0.22621 diff --git a/src/PiWeb.Volume/PiWeb.Volume.csproj b/src/PiWeb.Volume/PiWeb.Volume.csproj index cb273ef..8e8cca9 100644 --- a/src/PiWeb.Volume/PiWeb.Volume.csproj +++ b/src/PiWeb.Volume/PiWeb.Volume.csproj @@ -2,6 +2,7 @@ {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + net9.0 false true false