Skip to content

Commit

Permalink
Update testproject to net8 and c# to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannikolei committed Dec 1, 2023
1 parent c6fda62 commit cd97d91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
matrix:
options:
- os: ubuntu-latest
framework: net6.0
framework: net8.0
runtime: -x64
codecov: false
- os: macos-latest
framework: net6.0
framework: net8.0
runtime: -x64
codecov: false
- os: windows-latest
framework: net6.0
framework: net8.0
runtime: -x64
codecov: true

Expand Down
2 changes: 1 addition & 1 deletion msbuild/props/SixLabors.Global.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<!-- Compilation settings that explicitly differ from the Sdk.props/targets defaults -->
<PropertyGroup>
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Features>strict;IOperation</Features>
<HighEntropyVA>true</HighEntropyVA>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;</TargetFrameworks>
<TargetFrameworks>net8.0;</TargetFrameworks>
<AssemblyName>SharedInfrastructure.Tests</AssemblyName>
<RootNamespace>SharedInfrastructure.Tests</RootNamespace>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit cd97d91

Please sign in to comment.