diff --git a/CreateBindingsPackage.bat b/CreateBindingsPackage.bat index 5c4b0be..ca582d4 100644 --- a/CreateBindingsPackage.bat +++ b/CreateBindingsPackage.bat @@ -1,6 +1,6 @@ git clean -fxd dotnet build src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj -c Release -dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net6.0/PDFiumCoreBindingsGenerator.dll latest true +dotnet ./src/PDFiumCoreBindingsGenerator/bin/Release/net8.0/PDFiumCoreBindingsGenerator.dll latest true dotnet pack ./src/PDFiumCore/PDFiumCore.csproj -c Release -o ./artifacts/ dotnet test ./src/PDFiumCore.Tests/PDFiumCore.Tests.csproj pause \ No newline at end of file diff --git a/src/PDFiumCore.Tests/PDFiumCore.Tests.csproj b/src/PDFiumCore.Tests/PDFiumCore.Tests.csproj index 9bb8d0f..e0394ae 100644 --- a/src/PDFiumCore.Tests/PDFiumCore.Tests.csproj +++ b/src/PDFiumCore.Tests/PDFiumCore.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false $(RestoreSources); diff --git a/src/PDFiumCore/PDFiumCore.csproj b/src/PDFiumCore/PDFiumCore.csproj index 015a738..a233e50 100644 --- a/src/PDFiumCore/PDFiumCore.csproj +++ b/src/PDFiumCore/PDFiumCore.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj b/src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj index d43ce31..ffd6723 100644 --- a/src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj +++ b/src/PDFiumCoreBindingsGenerator/PDFiumCoreBindingsGenerator.csproj @@ -1,14 +1,14 @@  - net6.0 + net8.0 Exe x64 - + all - - + + \ No newline at end of file diff --git a/src/PDFiumCoreDemo/PDFiumCoreDemo.csproj b/src/PDFiumCoreDemo/PDFiumCoreDemo.csproj index ba61267..24ed6b6 100644 --- a/src/PDFiumCoreDemo/PDFiumCoreDemo.csproj +++ b/src/PDFiumCoreDemo/PDFiumCoreDemo.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 $(RestoreSources); $(ProjectDir)..\..\artifacts\;