Skip to content

Commit

Permalink
update to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PieroCastillo committed Jan 27, 2024
1 parent 4040363 commit d9ba575
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Tests/MathsForUI.Test/MathsForUI.Test.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>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Aura.UI.Gallery.NetCore</RootNamespace>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions samples/Aura.UI.Gallery/Aura.UI.Gallery.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>
<LangVersion>9.0</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Aura.UI.FluentTheme/Aura.UI.FluentTheme.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<Description>Aura.UI's Fluent Theme</Description>
<PackageIcon>AuraUILogo_full_icon.png</PackageIcon>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Aura.UI/Aura.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<Description>Control's Library for Avalonia.</Description>
<PackageIcon>AuraUILogo_full_icon.png</PackageIcon>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\.editorconfig" Link=".editorconfig" />
<None Include="AuraUILogo_full_icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d9ba575

Please sign in to comment.