Skip to content

Commit

Permalink
Updated to .NET7 Android
Browse files Browse the repository at this point in the history
  • Loading branch information
sescalada committed Dec 12, 2023
1 parent 79e89ba commit d7cf82d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/XrvSamples.Pico/XrvSamples.Pico.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-android</TargetFramework>
<TargetFramework>net7.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion samples/XrvSamples.Quest.NET6/XrvSamples.Quest.NET6.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-android</TargetFramework>
<TargetFramework>net7.0-android</TargetFramework>
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion src/core/Evergine.Xrv.Core/Evergine.Xrv.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.22">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;uap10.0.16299;net6.0-android</TargetFrameworks>
<TargetFrameworks>netstandard2.0;uap10.0.16299;net7.0-android</TargetFrameworks>
<Description>XRV core features, including hand menu, windows creation, dialogs, settings and help panels, localization, themes, etc.</Description>
<ReferenceMRTK>true</ReferenceMRTK>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion submodules/MRTK

0 comments on commit d7cf82d

Please sign in to comment.