Skip to content

Commit

Permalink
chore: target tests to .net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Jan 14, 2025
1 parent 3129483 commit 21da735
Showing 1 changed file with 1 addition and 1 deletion.
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>
<AssemblyName>Uno.Resizetizer.UnitTests</AssemblyName>
<IsPackable>false</IsPackable>
<DefineConstants Condition="'$(OS)' == 'Windows_NT'">$(DefineConstants);WINDOWS</DefineConstants>
Expand Down

0 comments on commit 21da735

Please sign in to comment.