Skip to content

Commit

Permalink
upgrade .net to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zechiax committed Dec 21, 2023
1 parent 6b4be4c commit 2d11bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Asterion.Test/Asterion.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<IsPackable>false</IsPackable>

<LangVersion>11</LangVersion>
<LangVersion>12</LangVersion>

<AssemblyName>Asterion.Test</AssemblyName>

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

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<IsPackable>false</IsPackable>
<LangVersion>11</LangVersion>
<LangVersion>12</LangVersion>
<Version>2.0.1</Version>
</PropertyGroup>

Expand Down

0 comments on commit 2d11bd8

Please sign in to comment.