nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/LogicReinc.BlendFarm.Server/LogicReinc.BlendFarm.Server.csproj b/LogicReinc.BlendFarm.Server/LogicReinc.BlendFarm.Server.csproj
2index 9bd2039..720bcb0 100644
3--- a/LogicReinc.BlendFarm.Server/LogicReinc.BlendFarm.Server.csproj
4+++ b/LogicReinc.BlendFarm.Server/LogicReinc.BlendFarm.Server.csproj
5@@ -2,7 +2,7 @@
6
7 <PropertyGroup>
8 <OutputType>Exe</OutputType>
9- <TargetFramework>net6.0</TargetFramework>
10+ <TargetFramework>net8.0</TargetFramework>
11 <RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
12 </PropertyGroup>
13 <PropertyGroup>
14diff --git a/LogicReinc.BlendFarm.Tests/LogicReinc.BlendFarm.Tests.csproj b/LogicReinc.BlendFarm.Tests/LogicReinc.BlendFarm.Tests.csproj
15index 5a00198..839f2d7 100644
16--- a/LogicReinc.BlendFarm.Tests/LogicReinc.BlendFarm.Tests.csproj
17+++ b/LogicReinc.BlendFarm.Tests/LogicReinc.BlendFarm.Tests.csproj
18@@ -1,7 +1,7 @@
19 <Project Sdk="Microsoft.NET.Sdk">
20
21 <PropertyGroup>
22- <TargetFramework>net6.0</TargetFramework>
23+ <TargetFramework>net8.0</TargetFramework>
24
25 <IsPackable>false</IsPackable>
26 </PropertyGroup>
27diff --git a/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj b/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
28index 97aa471..5a01eb8 100644
29--- a/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
30+++ b/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
31@@ -1,7 +1,7 @@
32 <Project Sdk="Microsoft.NET.Sdk">
33 <PropertyGroup>
34 <OutputType>Exe</OutputType>
35- <TargetFramework>net6.0</TargetFramework>
36+ <TargetFramework>net8.0</TargetFramework>
37 <ApplicationIcon>render.ico</ApplicationIcon>
38 <RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
39 </PropertyGroup>