Skip to content

Commit

Permalink
Test Project target dotnet 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomatossilva committed Jan 25, 2025
1 parent 012b052 commit 7f78c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<AssemblyName>DateTimeExtensions.Tests</AssemblyName>
<PackageId>DateTimeExtensions.Tests</PackageId>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<TargetFramework>net8.0</TargetFramework>

</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 7f78c44

Please sign in to comment.