From cdeb55d3af4de7fa9fc041bbd8181f52e3e94bb1 Mon Sep 17 00:00:00 2001 From: Alexander Turtsevich Date: Thu, 15 Feb 2024 19:22:18 +0300 Subject: [PATCH] update packages --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- ProjectionTools.Tests/ProjectionTools.Tests.csproj | 10 +++++----- ProjectionTools/ProjectionTools.csproj | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 502be32..658e90d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore ProjectionTools.sln - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1bc916f..8da36b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore ProjectionTools.sln - name: Build diff --git a/ProjectionTools.Tests/ProjectionTools.Tests.csproj b/ProjectionTools.Tests/ProjectionTools.Tests.csproj index d0de089..4eb9e12 100644 --- a/ProjectionTools.Tests/ProjectionTools.Tests.csproj +++ b/ProjectionTools.Tests/ProjectionTools.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 latest true opencover @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -20,10 +20,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - + diff --git a/ProjectionTools/ProjectionTools.csproj b/ProjectionTools/ProjectionTools.csproj index 555cf4c..88dd11e 100644 --- a/ProjectionTools/ProjectionTools.csproj +++ b/ProjectionTools/ProjectionTools.csproj @@ -39,7 +39,7 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb true true - 1.0.13 + 1.0.14 @@ -57,11 +57,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive