Skip to content

Commit

Permalink
Incremented target frameworks to .Net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsvw committed Dec 2, 2023
1 parent 2967e09 commit 07be10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion FluentRandomPicker.Tests/FluentRandomPicker.Tests.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>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>FluentRandomPicker.Tests</RootNamespace>

<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 07be10a

Please sign in to comment.