Skip to content

Commit

Permalink
🚧Update to dotnet 8 (#316)
Browse files Browse the repository at this point in the history
* Start work for issue #315

* deps: update to dotnet 8

* deps: update to c# 12
  • Loading branch information
CalvinWilkinson authored Dec 5, 2023
1 parent 0976b0f commit f24d885
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CASL/CASL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>

Expand Down
4 changes: 2 additions & 2 deletions Testing/CASLTesting/CASLTesting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Version>1.0.0</Version>
<FileVersion>1.0.0</FileVersion>
Expand Down
4 changes: 2 additions & 2 deletions Testing/CASLTests/CASLTests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release</Configurations>
Expand Down

0 comments on commit f24d885

Please sign in to comment.