Skip to content

Commit

Permalink
dis/*.csproj to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RedImp1470 committed Mar 18, 2024
1 parent 59626fd commit 7dd40f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dis/DnTemplate/template/Fusee_App.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion dis/NuGet/Android/Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Fusee.Android</PackageId>
<TargetFramework>MonoAndroid11.0</TargetFramework>
<TargetFramework>net8.0-android</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<IsPackable>true</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion dis/NuGet/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Fusee.Core</PackageId>
<TargetFrameworks>netstandard2.1;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<IsPackable>true</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion dis/NuGet/Desktop/Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Fusee.Desktop</PackageId>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<IsPackable>true</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion dis/VSTemplate/VSTemplate/VSTemplate.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>17.4</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>17.9</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down

0 comments on commit 7dd40f7

Please sign in to comment.