Skip to content

Commit

Permalink
update project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Dec 2, 2023
1 parent 99439a8 commit 25ef74b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Starward.Core/Starward.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Starward.Language/Starward.Language.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
3 changes: 0 additions & 3 deletions src/Starward/Starward.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<Deterministic>true</Deterministic>
<TieredCompilationQuickJitForLoops>true</TieredCompilationQuickJitForLoops>
<TieredPGO>true</TieredPGO>
<ApplicationIcon>logo.ico</ApplicationIcon>
<UseRidGraph>true</UseRidGraph>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
Expand Down

0 comments on commit 25ef74b

Please sign in to comment.