Skip to content

Commit a2fbfdf

Browse files
Merge branch 'version6' into assembly-store-v3
2 parents 3459f00 + 9e2f5f2 commit a2fbfdf

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-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-macos</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>true</ImplicitUsings>

src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
<PackageReference Include="Xamarin.AndroidX.Core" Version="1.17.0" />
5353
<!-- We have a dependency on 1.9.24 from here:
5454
https://github.com/getsentry/sentry-java/blob/604a2616bebd80ea051cdcec916aa052b509c5a8/buildSrc/src/main/java/Config.kt#L6-L7
55-
... but there's no NuGet package for that version. The lowest version we can use is 2.0.0 -->
55+
... but there's no NuGet package for that version. This version has been selected to
56+
match the version that was available when net10.0-rc1 was released -->
5657
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="2.2.10" />
5758
</ItemGroup>
5859

test/Sentry.Android.AssemblyReader.Tests/AndroidAssemblyReaderTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Sentry.Android.AssemblyReader.Tests;
55
public class AndroidAssemblyReaderTests
66
{
77
private readonly ITestOutputHelper _output;
8+
89
#if NET10_0
910
private static string TargetFramework => "net10.0";
1011
#elif NET9_0

0 commit comments

Comments
 (0)