Commit b001a7f 1 parent 11953ea commit b001a7f Copy full SHA for b001a7f
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 13
13
submodules : recursive
14
14
- uses : actions/setup-dotnet@v4
15
15
with :
16
- dotnet-version : ' 6 .0'
16
+ dotnet-version : ' 8 .0'
17
17
- run : ' dotnet restore'
18
18
- run : ' dotnet test -c Release'
19
19
- run : ' dotnet publish -o publish -c Release src/ommstats/ommstats.csproj'
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<RootNamespace >eventphone.ommstats</RootNamespace >
7
7
</PropertyGroup >
8
8
25
25
</ItemGroup >
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 6 .0.0 " />
29
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 6 .0.0 " />
30
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.1" />
31
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6 .0.0 " />
32
- <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 6 .0.0 " />
28
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 8 .0.2 " />
29
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8 .0.1 " />
30
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8 .0.1" />
31
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.1 " />
32
+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8 .0.1 " />
33
33
</ItemGroup >
34
34
35
35
<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 >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
8
8
<RootNamespace >eventphone.ommstats.test</RootNamespace >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1 " />
13
- <PackageReference Include =" xunit" Version =" 2.4 .2" />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
12
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
13
+ <PackageReference Include =" xunit" Version =" 2.9 .2" />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.0 " >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
</PackageReference >
You can’t perform that action at this time.
0 commit comments