Skip to content

Commit 98ff076

Browse files
committed
.NET9.0, update Microsoft.AspNet.WebApi.Client to 6.0.0
I remove the tests for ConcurrencyTest. The module was not actually used in normal build pipeline and i used and old (pre .net5) method for parallelism and control of max connections in HttpClient. This does not work any more. I just delete it.
1 parent 081f03c commit 98ff076

File tree

24 files changed

+15
-432
lines changed

24 files changed

+15
-432
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: 8.x
15+
dotnet-version: 9.x
1616
- name: Print openssl version
1717
run: |
1818
openssl version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET
1414
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: 8.x
16+
dotnet-version: 9.x
1717
- name: Print openssl version
1818
run: |
1919
openssl version

Digipost.Api.Client.Archive.Tests/Digipost.Api.Client.Archive.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<SignAssembly>true</SignAssembly>
55
<AssemblyOriginatorKeyFile>..\signingkey.snk</AssemblyOriginatorKeyFile>
6-
<TargetFramework>net8.0</TargetFramework>
6+
<TargetFramework>net9.0</TargetFramework>
77
<RootNamespace>Digipost.Api.Client.Archive.Tests</RootNamespace>
88
<AssemblyName>Digipost.Api.Client.Archive.Tests</AssemblyName>
99
<ProjectGuid>{c22f80a7-08e5-4836-9e24-e7bb431e9a5d}</ProjectGuid>

Digipost.Api.Client.Common.Tests/Digipost.Api.Client.Common.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<SignAssembly>true</SignAssembly>
55
<AssemblyOriginatorKeyFile>..\signingkey.snk</AssemblyOriginatorKeyFile>
6-
<TargetFramework>net8.0</TargetFramework>
6+
<TargetFramework>net9.0</TargetFramework>
77
<RootNamespace>Digipost.Api.Client.Common.Tests</RootNamespace>
88
<AssemblyName>Digipost.Api.Client.Common.Tests</AssemblyName>
99
<ProjectGuid>{BC85F48B-9584-41F7-BBE8-EBBEC1EEC7E8}</ProjectGuid>

Digipost.Api.Client.ConcurrencyTest/Digipost.Api.Client.ConcurrencyTest.csproj

Lines changed: 0 additions & 68 deletions
This file was deleted.

Digipost.Api.Client.ConcurrencyTest/DigipostAsync.cs

Lines changed: 0 additions & 32 deletions
This file was deleted.

Digipost.Api.Client.ConcurrencyTest/DigipostParalell.cs

Lines changed: 0 additions & 41 deletions
This file was deleted.

Digipost.Api.Client.ConcurrencyTest/DigipostRunner.cs

Lines changed: 0 additions & 114 deletions
This file was deleted.

Digipost.Api.Client.ConcurrencyTest/Enums/ProcessingType.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

Digipost.Api.Client.ConcurrencyTest/Enums/RequestType.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)