about summary refs log tree commit diff
path: root/Tests
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-14 17:53:53 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-11-14 17:53:53 +0100
commitb6cc5ef26189f4278c0409e1baf7768805ed2f90 (patch)
tree16dbafb806d6013f8054d06ef21731557f7d9254 /Tests
parentState vs Timeline events (diff)
downloadLibMatrix-b6cc5ef26189f4278c0409e1baf7768805ed2f90.tar.xz
Update to .net 8
Diffstat (limited to 'Tests')
-rw-r--r--Tests/LibMatrix.Tests/LibMatrix.Tests.csproj2
-rw-r--r--Tests/TestDataGenerator/TestDataGenerator.csproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LibMatrix.Tests/LibMatrix.Tests.csproj b/Tests/LibMatrix.Tests/LibMatrix.Tests.csproj
index 630273b..a0b1421 100644
--- a/Tests/LibMatrix.Tests/LibMatrix.Tests.csproj
+++ b/Tests/LibMatrix.Tests/LibMatrix.Tests.csproj
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
     <PropertyGroup>
-        <TargetFramework>net7.0</TargetFramework>
+        <TargetFramework>net8.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>
 
diff --git a/Tests/TestDataGenerator/TestDataGenerator.csproj b/Tests/TestDataGenerator/TestDataGenerator.csproj
index 1b5a4a9..9e0d6b1 100644
--- a/Tests/TestDataGenerator/TestDataGenerator.csproj
+++ b/Tests/TestDataGenerator/TestDataGenerator.csproj
@@ -2,7 +2,7 @@
 
     <PropertyGroup>
         <OutputType>Exe</OutputType>
-        <TargetFramework>net7.0</TargetFramework>
+        <TargetFramework>net8.0</TargetFramework>
         <LangVersion>preview</LangVersion>
         <ImplicitUsings>enable</ImplicitUsings>
         <Nullable>enable</Nullable>