File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
tests/SharedInfrastructure.Tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
matrix :
14
14
options :
15
15
- os : ubuntu-latest
16
- framework : net6 .0
16
+ framework : net8 .0
17
17
runtime : -x64
18
18
codecov : false
19
19
- os : macos-latest
20
- framework : net6 .0
20
+ framework : net8 .0
21
21
runtime : -x64
22
22
codecov : false
23
23
- os : windows-latest
24
- framework : net6 .0
24
+ framework : net8 .0
25
25
runtime : -x64
26
26
codecov : true
27
27
Original file line number Diff line number Diff line change 62
62
63
63
<!-- Compilation settings that explicitly differ from the Sdk.props/targets defaults -->
64
64
<PropertyGroup >
65
- <LangVersion >10 .0</LangVersion >
65
+ <LangVersion >12 .0</LangVersion >
66
66
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
67
67
<Features >strict;IOperation</Features >
68
68
<HighEntropyVA >true</HighEntropyVA >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6 .0;</TargetFrameworks >
4
+ <TargetFrameworks >net8 .0;</TargetFrameworks >
5
5
<AssemblyName >SharedInfrastructure.Tests</AssemblyName >
6
6
<RootNamespace >SharedInfrastructure.Tests</RootNamespace >
7
7
<Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments