ceph: add patches for GCC 14 and Boost 1.86 (#370304)
[NixPkgs.git] / pkgs / by-name / bl / blendfarm / net8.patch
blobd2b8d6269953eac1d7a86606e7bf4ab1963dc8d7
1 diff --git a/LogicReinc.BlendFarm.Server/LogicReinc.BlendFarm.Server.csproj b/LogicReinc.BlendFarm.Server/LogicReinc.BlendFarm.Server.csproj
2 index 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 @@
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>
14 diff --git a/LogicReinc.BlendFarm.Tests/LogicReinc.BlendFarm.Tests.csproj b/LogicReinc.BlendFarm.Tests/LogicReinc.BlendFarm.Tests.csproj
15 index 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">
21 <PropertyGroup>
22 - <TargetFramework>net6.0</TargetFramework>
23 + <TargetFramework>net8.0</TargetFramework>
25 <IsPackable>false</IsPackable>
26 </PropertyGroup>
27 diff --git a/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj b/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
28 index 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>