Skip to content

Commit

Permalink
Moved FNA.Core to net80
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Aug 21, 2024
1 parent 95819a2 commit cb10b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Myra.Tests/Myra.Tests.FNA.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DefineConstants>$(DefineConstants);FNA</DefineConstants>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<OutputPath>bin\MonoGame\$(Configuration)</OutputPath>
<OutputType>Library</OutputType>
<RootNamespace>Myra.Tests</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/Myra/Myra.FNA.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DefineConstants>$(DefineConstants);FNA</DefineConstants>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Myra</AssemblyName>
<PackageId>Myra.FNA.Core</PackageId>
<OutputPath>bin\FNA.Core\$(Configuration)</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion src/MyraPad/MyraPad.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>MyraPad</AssemblyName>
<RootNamespace>MyraPad</RootNamespace>
<DefineConstants>$(DefineConstants);MONOGAME</DefineConstants>
Expand Down

0 comments on commit cb10b07

Please sign in to comment.