Skip to content

Commit

Permalink
Bump to .NET 7. (#118)
Browse files Browse the repository at this point in the history
That's the current stable release.
  • Loading branch information
rolfbjarne authored Mar 28, 2023
1 parent b85fb26 commit 8d80e1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-maccatalyst</TargetFramework>
<TargetFramework>net7.0-maccatalyst</TargetFramework>
</PropertyGroup>
<Import Project="../shared.csproj" />
</Project>
2 changes: 1 addition & 1 deletion Touch.Client/dotnet/iOS/Touch.Client-iOS.dotnet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-ios</TargetFramework>
<TargetFramework>net7.0-ios</TargetFramework>
</PropertyGroup>
<Import Project="../shared.csproj" />
</Project>
2 changes: 1 addition & 1 deletion Touch.Client/dotnet/macOS/Touch.Client-macOS.dotnet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-macos</TargetFramework>
<TargetFramework>net7.0-macos</TargetFramework>
</PropertyGroup>
<Import Project="../shared.csproj" />
</Project>
2 changes: 1 addition & 1 deletion Touch.Client/dotnet/tvOS/Touch.Client-tvOS.dotnet.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-tvos</TargetFramework>
<TargetFramework>net7.0-tvos</TargetFramework>
<!-- Currently, NuGet is not able to restore existing Xamarin.TVOS packages for a .NET 5 project, so use AssetTargetFallback to tell NuGet that the existing packages work -->
<AssetTargetFallback>xamarintvos10;$(AssetTargetFallback)</AssetTargetFallback>
</PropertyGroup>
Expand Down

0 comments on commit 8d80e1f

Please sign in to comment.