Skip to content

Commit

Permalink
Run tests against net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarbon committed Nov 16, 2023
1 parent c6c8c30 commit db081a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>10</LangVersion>
<AssemblyName>UnitTests</AssemblyName>
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="Stub.System.Data.SQLite.Core.NetStandard" Version="1.0.118" GeneratePathProperty="true" Condition=" !$(TargetFramework.StartsWith('net4')) ">
<IncludeAssets>all</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit db081a0

Please sign in to comment.