diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff06842..fa26f56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Select .NET Version - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: '10.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff9acdf..2cf69f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Select .NET Version - uses: actions/setup-dotnet@v5.2.0 + uses: actions/setup-dotnet@v5.3.0 with: dotnet-version: | 8.0.x diff --git a/TestAssetsMstest/TestAssetsMstest.csproj b/TestAssetsMstest/TestAssetsMstest.csproj index 5de668a..44f0cbd 100644 --- a/TestAssetsMstest/TestAssetsMstest.csproj +++ b/TestAssetsMstest/TestAssetsMstest.csproj @@ -7,13 +7,13 @@ - + - + - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/TestAssetsNunit/TestAssetsNunit.csproj b/TestAssetsNunit/TestAssetsNunit.csproj index acdc2f2..c22cc09 100644 --- a/TestAssetsNunit/TestAssetsNunit.csproj +++ b/TestAssetsNunit/TestAssetsNunit.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/TestAssetsXunit/TestAssetsXunit.csproj b/TestAssetsXunit/TestAssetsXunit.csproj index 18907f5..3a62dc1 100644 --- a/TestAssetsXunit/TestAssetsXunit.csproj +++ b/TestAssetsXunit/TestAssetsXunit.csproj @@ -7,7 +7,7 @@ - + diff --git a/TestDotnetTestSplit/TestDotnetTestSplit.csproj b/TestDotnetTestSplit/TestDotnetTestSplit.csproj index 8659ccc..caf1df0 100644 --- a/TestDotnetTestSplit/TestDotnetTestSplit.csproj +++ b/TestDotnetTestSplit/TestDotnetTestSplit.csproj @@ -7,7 +7,7 @@ - +