Skip to content

Commit 258725c

Browse files
Revert mobile samples to explicit versions
1 parent 50c5ca1 commit 258725c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/Sentry.Samples.Android/Sentry.Samples.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net9.0-android</TargetFramework>
3+
<TargetFramework>net9.0-android35.0</TargetFramework>
44
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>

samples/Sentry.Samples.Ios/Sentry.Samples.Ios.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0-ios</TargetFramework>
4+
<TargetFramework>net9.0-ios18.0</TargetFramework>
55
<TargetPlatformVersion>18</TargetPlatformVersion>
66
<OutputType>Exe</OutputType>
77
<Nullable>enable</Nullable>

samples/Sentry.Samples.MacCatalyst/Sentry.Samples.MacCatalyst.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0-maccatalyst</TargetFramework>
4+
<TargetFramework>net9.0-maccatalyst18.0</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>true</ImplicitUsings>

samples/Sentry.Samples.MacOS/Sentry.Samples.MacOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0-macos</TargetFramework>
4+
<TargetFramework>net9.0-macos18.0</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>true</ImplicitUsings>

samples/Sentry.Samples.Maui/Sentry.Samples.Maui.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
On Mac, we'll also build for iOS and MacCatalyst.
77
On Windows, we'll also build for Windows 10.
88
-->
9-
<TargetFrameworks>$(TargetFrameworks);net9.0-android</TargetFrameworks>
9+
<TargetFrameworks>$(TargetFrameworks);net9.0-android35.0</TargetFrameworks>
1010
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net9.0-windows10.0.19041.0;net9.0-ios18.0;net9.0-maccatalyst18.0</TargetFrameworks>
1111
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(TargetFrameworks);net9.0-ios18.0;net9.0-maccatalyst18.0</TargetFrameworks>
1212
<OutputType>Exe</OutputType>

0 commit comments

Comments
 (0)