Commit 884c147 1 parent f93e787 commit 884c147 Copy full SHA for 884c147
File tree 7 files changed +23
-23
lines changed
TelnetNegotiationCore.Functional
TelnetNegotiationCore.TestClient
TelnetNegotiationCore.TestServer
TelnetNegotiationCore.UnitTests
7 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup .NET
17
17
uses : actions/setup-dotnet@v2
18
18
with :
19
- dotnet-version : 8 .0.x
19
+ dotnet-version : 9 .0.x
20
20
- name : Restore dependencies
21
21
run : dotnet restore
22
22
- name : Build
Original file line number Diff line number Diff line change 14
14
- name : Setup .NET
15
15
uses : actions/setup-dotnet@v2
16
16
with :
17
- dotnet-version : 8 .0.x
17
+ dotnet-version : 9 .0.x
18
18
- name : Restore dependencies
19
19
run : dotnet restore
20
20
- name : Verify commit exists in origin/main
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
- <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 8 .0.0" />
20
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 8 .0.0" />
19
+ <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9 .0.0" />
20
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9 .0.0" />
21
21
<PackageReference Include =" Pipelines.Sockets.Unofficial" Version =" 2.2.8" />
22
22
<PackageReference Include =" Serilog.Extensions.Logging" Version =" 8.0.0" />
23
- <PackageReference Include =" Serilog.Formatting.Compact" Version =" 2 .0.0" />
24
- <PackageReference Include =" Serilog.Sinks.Console" Version =" 5 .0.1 " />
25
- <PackageReference Include =" System.IO.Pipelines" Version =" 8 .0.0" />
23
+ <PackageReference Include =" Serilog.Formatting.Compact" Version =" 3 .0.0" />
24
+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6 .0.0 " />
25
+ <PackageReference Include =" System.IO.Pipelines" Version =" 9 .0.0" />
26
26
</ItemGroup >
27
27
28
28
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
17
17
<PackageReference Include =" Microsoft.AspNetCore" Version =" 2.2.0" />
18
18
<PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 2.2.0" />
19
19
<PackageReference Include =" Serilog.Extensions.Logging" Version =" 8.0.0" />
20
- <PackageReference Include =" Serilog.Sinks.Console" Version =" 5 .0.1 " />
20
+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6 .0.0 " />
21
21
</ItemGroup >
22
22
23
23
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<PlatformTarget >AnyCPU</PlatformTarget >
7
7
</PropertyGroup >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8 .0.0" />
18
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9 .0.0" />
19
19
<PackageReference Include =" NUnit" Version =" 3.13.3" />
20
20
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
21
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9.0 " />
21
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
22
22
<PackageReference Include =" Serilog.Extensions.Logging" Version =" 8.0.0" />
23
- <PackageReference Include =" Serilog.Sinks.Console" Version =" 5 .0.1 " />
23
+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6 .0.0 " />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<LangVersion >latest</LangVersion >
6
6
<Version >1.0.7</Version >
7
7
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
48
48
<Pack >true</Pack >
49
49
<PackagePath >lib\$(TargetFramework)</PackagePath >
50
50
</Content >
51
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.1 " />
52
- <PackageReference Include =" OneOf" Version =" 3.0.263 " />
53
- <PackageReference Include =" stateless" Version =" 5.15 .0" />
54
- <PackageReference Include =" System.Collections.Immutable" Version =" 8 .0.0" />
51
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9 .0.0 " />
52
+ <PackageReference Include =" OneOf" Version =" 3.0.271 " />
53
+ <PackageReference Include =" stateless" Version =" 5.16 .0" />
54
+ <PackageReference Include =" System.Collections.Immutable" Version =" 9 .0.0" />
55
55
<PackageReference Include =" System.Runtime" Version =" 4.3.1" />
56
56
</ItemGroup >
57
57
58
58
<ItemGroup >
59
- <ProjectReference Include =" ..\TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj" PrivateAssets =" all" />
59
+ <ProjectReference Include =" ..\TelnetNegotiationCore.Functional\TelnetNegotiationCore.Functional.fsproj" PrivateAssets =" all" />
60
60
</ItemGroup >
61
61
62
62
</Project >
You can’t perform that action at this time.
0 commit comments