Skip to content

Commit 1cb8837

Browse files
authored
Housekeeping: Retire Xamarin due to end of support (#1138)
1 parent 8ad85c9 commit 1cb8837

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
with:
1616
configuration: Release
1717
productNamespacePrefix: "Splat"
18+
dotNetBuild: true
1819
useVisualStudioPreview: false
1920
useMauiCheckDotNetTool: false

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
with:
1414
configuration: Release
1515
productNamespacePrefix: "Splat"
16-
useVisualStudioPreview: true
16+
dotNetBuild: true
17+
useVisualStudioPreview: false
1718
useMauiCheckDotNetTool: false
1819
secrets:
1920
SIGN_CLIENT_USER_ID: ${{ secrets.SIGN_CLIENT_USER_ID }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Splat currently supports:
7474
[Always Be NuGetting](https://nuget.org/packages/Splat/). Package contains binaries for:
7575

7676
* .NET Framework 4.6.2, .NET Framework 4.7.2, .NET Standard 2.0, .NET 6.0, .NET 7.0, and .NET 8.0
77+
- Works with:
7778
* WPF
7879
* Windows Forms
79-
* UWP
80-
* Maui
81-
* Xamarin (Android, iOS and Mac)
82-
* Tizen
80+
* WinUI 3
81+
* Maui (WinUI, Android, iOS and Mac)
82+
* Avalonia
8383

8484
## Detecting whether you're in a unit test runner
8585

src/Splat.Drawing/Splat.Drawing.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="MSBuild.Sdk.Extras">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>$(SplatTargetFrameworks);MonoAndroid13.0;Xamarin.iOS10;Xamarin.Mac20;Xamarin.TVOS10;Xamarin.WatchOS10;tizen40;net7.0-android;net7.0-ios;net7.0-tvos;net7.0-macos;net7.0-maccatalyst;net8.0-android;net8.0-ios;net8.0-tvos;net8.0-macos;net8.0-maccatalyst</TargetFrameworks>
3+
<TargetFrameworks>$(SplatTargetFrameworks);net7.0-android;net7.0-ios;net7.0-tvos;net7.0-macos;net7.0-maccatalyst;net8.0-android;net8.0-ios;net8.0-tvos;net8.0-macos;net8.0-maccatalyst</TargetFrameworks>
44
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net462;net472;$(SplatWindowsTargetFrameworks)</TargetFrameworks>
55
<RootNamespace>Splat</RootNamespace>
66
<Authors>.NET Foundation and Contributors</Authors>

src/Splat.Tests/Splat.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.Sdk.Extras">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0;net8.0-windows10.0.17763.0</TargetFrameworks>
44
<NoWarn>$(NoWarn);1591;CA1707;SA1633;CA2000;CA1034</NoWarn>

src/global.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
"sdk": {
33
"version": "8.0.204",
44
"rollForward": "latestFeature"
5-
},
6-
"msbuild-sdks": {
7-
"MSBuild.Sdk.Extras": "3.0.44"
85
}
96
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.8",
2+
"version": "15.0",
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$", // we release out of master
55
"^refs/heads/preview/.*", // we release previews

0 commit comments

Comments
 (0)