Skip to content

Commit

Permalink
Also target dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Feb 25, 2024
1 parent 68aae76 commit b871465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/BitzArt.Flux.Json/BitzArt.Flux.Json.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>BitzArt.Flux</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/BitzArt.Flux.REST/BitzArt.Flux.REST.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>BitzArt.Flux</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/BitzArt.Flux/BitzArt.Flux.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>BitzArt.Flux</RootNamespace>
Expand Down

0 comments on commit b871465

Please sign in to comment.