diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7bdf07..1e533e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: run: dotnet pack MathCore.DSP --no-build -c Release -v q -o ${{ github.workspace }}/ReleasePack --include-symbols - name: Upload build artifacts - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.6.0 with: name: Release path: ${{ github.workspace }}/ReleasePack diff --git a/MathCore.DSP.sln b/MathCore.DSP.sln deleted file mode 100644 index c2b7d28..0000000 --- a/MathCore.DSP.sln +++ /dev/null @@ -1,70 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.32112.339 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathCore.DSP", "MathCore.DSP\MathCore.DSP.csproj", "{AFCB9EC8-33F6-4E5C-92FE-27783C25C479}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Service", "Service", "{7614AEFF-6757-4F85-86E2-43E2B8280D8C}" - ProjectSection(SolutionItems) = preProject - ..\BuildAndPublish.bat = ..\BuildAndPublish.bat - ..\BuildAndTest.bat = ..\BuildAndTest.bat - ..\BuildRelease.bat = ..\BuildRelease.bat - license.txt = license.txt - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C1AA67F3-31C6-4C42-884D-BBC39CBD555E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTest", "Tests\ConsoleTest\ConsoleTest.csproj", "{9E507C80-64A5-49F2-9B58-0833908A10EB}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathCore.DSP.Tests", "Tests\MathCore.DSP.Tests\MathCore.DSP.Tests.csproj", "{B92826FA-3130-431E-953C-5A6E9F3489D3}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfTest", "Tests\WpfTest\WpfTest.csproj", "{C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Tests\Benchmarks\Benchmarks.csproj", "{6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Service", ".Service", "{2507A7F8-E9DD-CD81-FF78-9340A71A364C}" - ProjectSection(SolutionItems) = preProject - .github\copilot-instructions.md = .github\copilot-instructions.md - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AFCB9EC8-33F6-4E5C-92FE-27783C25C479}.Release|Any CPU.Build.0 = Release|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9E507C80-64A5-49F2-9B58-0833908A10EB}.Release|Any CPU.Build.0 = Release|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B92826FA-3130-431E-953C-5A6E9F3489D3}.Release|Any CPU.Build.0 = Release|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D}.Release|Any CPU.Build.0 = Release|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {9E507C80-64A5-49F2-9B58-0833908A10EB} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - {B92826FA-3130-431E-953C-5A6E9F3489D3} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - {C129E8A4-1A28-4B06-BFC4-D7840A8BD77D} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - {6E552E38-1B68-4DBD-9DAB-03FF2A0A4F06} = {C1AA67F3-31C6-4C42-884D-BBC39CBD555E} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {6BE66C71-515C-48D4-B800-5F3E6CF13654} - EndGlobalSection -EndGlobal diff --git a/MathCore.DSP.slnx b/MathCore.DSP.slnx new file mode 100644 index 0000000..acc198f --- /dev/null +++ b/MathCore.DSP.slnx @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/MathCore.DSP/MathCore.DSP.csproj b/MathCore.DSP/MathCore.DSP.csproj index 380dbc9..84345fe 100644 --- a/MathCore.DSP/MathCore.DSP.csproj +++ b/MathCore.DSP/MathCore.DSP.csproj @@ -3,13 +3,12 @@ net10.0; - net9.0; net8.0; netstandard2.0 false preview - 0.0.15 + 0.0.15.1 enable Миграция на .NET 10.0 и обновление зависимостей. @@ -55,7 +54,7 @@ - + diff --git a/Tests/Benchmarks/Benchmarks.csproj b/Tests/Benchmarks/Benchmarks.csproj index 99837bf..41da550 100644 --- a/Tests/Benchmarks/Benchmarks.csproj +++ b/Tests/Benchmarks/Benchmarks.csproj @@ -18,7 +18,7 @@ - + diff --git a/Tests/ConsoleTest/ConsoleTest.csproj b/Tests/ConsoleTest/ConsoleTest.csproj index 928c117..c7abb23 100644 --- a/Tests/ConsoleTest/ConsoleTest.csproj +++ b/Tests/ConsoleTest/ConsoleTest.csproj @@ -25,6 +25,7 @@ + diff --git a/Tests/WpfTest/WpfTest.csproj b/Tests/WpfTest/WpfTest.csproj index 77c3da5..a39da8c 100644 --- a/Tests/WpfTest/WpfTest.csproj +++ b/Tests/WpfTest/WpfTest.csproj @@ -9,8 +9,8 @@ - - + +