diff --git a/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj b/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj index ed52feade..84aaf97a6 100644 --- a/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj +++ b/Apps/Contoso.MAUI.Demo/Contoso.MAUI.Demo.csproj @@ -1,8 +1,8 @@ - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 + net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net6.0-windows10.0.19041.0 Exe Contoso.MAUI.Demo true diff --git a/Apps/Contoso.MAUI.Demo/run.sh b/Apps/Contoso.MAUI.Demo/run.sh index 2f5c9f544..be359edde 100755 --- a/Apps/Contoso.MAUI.Demo/run.sh +++ b/Apps/Contoso.MAUI.Demo/run.sh @@ -5,4 +5,4 @@ echo running with app secret: $MAUI_ANDROID_PROD -MAUI_ANDROID_PROD=$MAUI_ANDROID_PROD dotnet build -t:Run -f net7.0-$@ \ No newline at end of file +MAUI_ANDROID_PROD=$MAUI_ANDROID_PROD dotnet build -t:Run -f net8.0-$@ \ No newline at end of file diff --git a/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo (Package)/Contoso.WinUI.Desktop.Demo (Package).wapproj b/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo (Package)/Contoso.WinUI.Desktop.Demo (Package).wapproj index 83a5b5259..77b3d2ad2 100644 --- a/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo (Package)/Contoso.WinUI.Desktop.Demo (Package).wapproj +++ b/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo (Package)/Contoso.WinUI.Desktop.Demo (Package).wapproj @@ -38,7 +38,7 @@ 40123b52-ae63-4a0a-8661-3644bede411d 10.0.19041.0 10.0.18362.0 - net7.0-windows$(TargetPlatformVersion);$(AssetTargetFallback) + net6.0-windows$(TargetPlatformVersion);$(AssetTargetFallback) en-US false ..\Contoso.WinUI.Desktop.Demo\Contoso.WinUI.Desktop.Demo.csproj diff --git a/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj b/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj index d90bd0a56..b2b99b0c5 100644 --- a/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj +++ b/Apps/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo/Contoso.WinUI.Desktop.Demo.csproj @@ -1,7 +1,7 @@ WinExe - net7.0-windows10.0.19041.0 + net6.0-windows10.0.19041.0 10.0.17763.0 Contoso.WinUI.Desktop.Demo app.manifest diff --git a/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Contoso.WinUI.Desktop.Puppet (Package).wapproj b/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Contoso.WinUI.Desktop.Puppet (Package).wapproj index 277ced4c5..afefcb848 100644 --- a/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Contoso.WinUI.Desktop.Puppet (Package).wapproj +++ b/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet (Package)/Contoso.WinUI.Desktop.Puppet (Package).wapproj @@ -38,7 +38,7 @@ 345565c8-4971-4d1a-88cc-f7cbdae2c7c7 10.0.19041.0 10.0.18362.0 - net7.0-windows$(TargetPlatformVersion);$(AssetTargetFallback) + net6.0-windows$(TargetPlatformVersion);$(AssetTargetFallback) en-US false ..\Contoso.WinUI.Desktop.Puppet\Contoso.WinUI.Desktop.Puppet.csproj diff --git a/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet.csproj b/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet.csproj index 0a64ad185..e26424dab 100644 --- a/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet.csproj +++ b/Apps/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet/Contoso.WinUI.Desktop.Puppet.csproj @@ -1,7 +1,7 @@ WinExe - net7.0-windows10.0.19041.0 + net6.0-windows10.0.19041.0 10.0.18362.0 Contoso.WinUI.Desktop.Puppet app.manifest diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e18aecc..858ba03ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### App Center -* **[Improvement]** Update DotNet target version to net7 +* **[Improvement]** Update DotNet target version to net8 #### Windows diff --git a/SDK/AppCenter/Microsoft.AppCenter.Android/Microsoft.AppCenter.Android.csproj b/SDK/AppCenter/Microsoft.AppCenter.Android/Microsoft.AppCenter.Android.csproj index 41f442c8b..0765bf1cc 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Android/Microsoft.AppCenter.Android.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.Android/Microsoft.AppCenter.Android.csproj @@ -1,7 +1,7 @@  - net7.0-android + net8.0-android 21.0 false false diff --git a/SDK/AppCenter/Microsoft.AppCenter.Apple/Microsoft.AppCenter.Apple.csproj b/SDK/AppCenter/Microsoft.AppCenter.Apple/Microsoft.AppCenter.Apple.csproj index 0161a6969..354cc05f2 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.Apple/Microsoft.AppCenter.Apple.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.Apple/Microsoft.AppCenter.Apple.csproj @@ -1,7 +1,7 @@  - net7.0-ios;net7.0-macos;net7.0-maccatalyst + net8.0-ios;net8.0-macos;net8.0-maccatalyst true false diff --git a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj index f5a6c712d..a5b7bceec 100644 --- a/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj +++ b/SDK/AppCenter/Microsoft.AppCenter.WindowsDesktop/Microsoft.AppCenter.WindowsDesktop.csproj @@ -1,14 +1,14 @@  - netcoreapp3.1;net462;net472;net7.0-windows10.0.17763.0 + netcoreapp3.1;net462;net472;net6.0-windows10.0.17763.0 true - + diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj index e887d390d..c8c0477b2 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Android/Microsoft.AppCenter.Analytics.Android.csproj @@ -1,7 +1,7 @@  - net7.0-android + net8.0-android 21.0 false false diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Apple/Microsoft.AppCenter.Analytics.Apple.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Apple/Microsoft.AppCenter.Analytics.Apple.csproj index 946ab2b48..788698a04 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Apple/Microsoft.AppCenter.Analytics.Apple.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.Apple/Microsoft.AppCenter.Analytics.Apple.csproj @@ -1,7 +1,7 @@  - net7.0-ios;net7.0-macos;net7.0-maccatalyst + net8.0-ios;net8.0-macos;net8.0-maccatalyst true false diff --git a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj index 49f08bcc3..5736f105e 100644 --- a/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj +++ b/SDK/AppCenterAnalytics/Microsoft.AppCenter.Analytics.WindowsDesktop/Microsoft.AppCenter.Analytics.WindowsDesktop.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net462;net472;net7.0-windows10.0.17763.0 + netcoreapp3.1;net462;net472;net6.0-windows10.0.17763.0 true diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj index 2a727997c..4ac6e5797 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Android/Microsoft.AppCenter.Crashes.Android.csproj @@ -1,7 +1,7 @@  - net7.0-android + net8.0-android 21.0 false false diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Apple/Microsoft.AppCenter.Crashes.Apple.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Apple/Microsoft.AppCenter.Crashes.Apple.csproj index 422f0f026..72f737626 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Apple/Microsoft.AppCenter.Crashes.Apple.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.Apple/Microsoft.AppCenter.Crashes.Apple.csproj @@ -1,7 +1,7 @@  - net7.0-ios;net7.0-macos;net7.0-maccatalyst + net8.0-ios;net8.0-macos;net8.0-maccatalyst true false diff --git a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj index 687d47523..24a434d8d 100644 --- a/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj +++ b/SDK/AppCenterCrashes/Microsoft.AppCenter.Crashes.WindowsDesktop/Microsoft.AppCenter.Crashes.WindowsDesktop.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net462;net472;net7.0-windows10.0.17763.0 + netcoreapp3.1;net462;net472;net6.0-windows10.0.17763.0 true diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj index a568215f5..f0ccc66f9 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Android/Microsoft.AppCenter.Distribute.Android.csproj @@ -1,7 +1,7 @@  - net7.0-android + net8.0-android 21.0 false false diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.AndroidPlay/Microsoft.AppCenter.Distribute.AndroidPlay.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.AndroidPlay/Microsoft.AppCenter.Distribute.AndroidPlay.csproj index 7d7a6d2c3..a065220dc 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.AndroidPlay/Microsoft.AppCenter.Distribute.AndroidPlay.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.AndroidPlay/Microsoft.AppCenter.Distribute.AndroidPlay.csproj @@ -1,7 +1,7 @@  - net7.0-android + net8.0-android 21.0 false false diff --git a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Apple/Microsoft.AppCenter.Distribute.Apple.csproj b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Apple/Microsoft.AppCenter.Distribute.Apple.csproj index c7a650f94..ede98b465 100644 --- a/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Apple/Microsoft.AppCenter.Distribute.Apple.csproj +++ b/SDK/AppCenterDistribute/Microsoft.AppCenter.Distribute.Apple/Microsoft.AppCenter.Distribute.Apple.csproj @@ -1,7 +1,7 @@  - net7.0-ios + net8.0-ios true false diff --git a/Tests/Microsoft.AppCenter.Test.WindowsDesktop.NetCore/Microsoft.AppCenter.Test.WindowsDesktop.NetCore.csproj b/Tests/Microsoft.AppCenter.Test.WindowsDesktop.NetCore/Microsoft.AppCenter.Test.WindowsDesktop.NetCore.csproj index 69e92a9f1..3890a8185 100644 --- a/Tests/Microsoft.AppCenter.Test.WindowsDesktop.NetCore/Microsoft.AppCenter.Test.WindowsDesktop.NetCore.csproj +++ b/Tests/Microsoft.AppCenter.Test.WindowsDesktop.NetCore/Microsoft.AppCenter.Test.WindowsDesktop.NetCore.csproj @@ -1,7 +1,7 @@  - net7.0-windows + net6.0-windows false Microsoft.AppCenter.Test.WindowsDesktop true diff --git a/nuget/AppCenter.nuspec b/nuget/AppCenter.nuspec index be1de3ec3..a55fac3b6 100644 --- a/nuget/AppCenter.nuspec +++ b/nuget/AppCenter.nuspec @@ -34,7 +34,7 @@ - + @@ -49,11 +49,11 @@ - + - + - + @@ -79,21 +79,21 @@ - - - + + + - - + + - - + + @@ -110,7 +110,7 @@ - - + + diff --git a/nuget/AppCenterAnalytics.nuspec b/nuget/AppCenterAnalytics.nuspec index b6cb8d522..df8f583ec 100644 --- a/nuget/AppCenterAnalytics.nuspec +++ b/nuget/AppCenterAnalytics.nuspec @@ -28,21 +28,21 @@ - - - + + + - - + + - - + + @@ -59,7 +59,7 @@ - - + + diff --git a/nuget/AppCenterCrashes.nuspec b/nuget/AppCenterCrashes.nuspec index 3068de03a..dde388da0 100644 --- a/nuget/AppCenterCrashes.nuspec +++ b/nuget/AppCenterCrashes.nuspec @@ -34,21 +34,21 @@ - - - + + + - - + + - - + + @@ -65,7 +65,7 @@ - - + + diff --git a/nuget/AppCenterDistribute.nuspec b/nuget/AppCenterDistribute.nuspec index c09cc4514..d37522c2d 100644 --- a/nuget/AppCenterDistribute.nuspec +++ b/nuget/AppCenterDistribute.nuspec @@ -28,15 +28,15 @@ - - - + + + - - + + diff --git a/nuget/AppCenterDistributePlay.nuspec b/nuget/AppCenterDistributePlay.nuspec index 76e6395f0..74a9abbec 100644 --- a/nuget/AppCenterDistributePlay.nuspec +++ b/nuget/AppCenterDistributePlay.nuspec @@ -28,15 +28,15 @@ - - - + + + - - + + diff --git a/nuget/MacAppCenter.nuspec b/nuget/MacAppCenter.nuspec index cb5e59b42..89ab4cc0b 100644 --- a/nuget/MacAppCenter.nuspec +++ b/nuget/MacAppCenter.nuspec @@ -24,13 +24,13 @@ - + - + - + - + @@ -43,23 +43,23 @@ - - - + + + - - + + - - - - + + + + diff --git a/nuget/MacAppCenterAnalytics.nuspec b/nuget/MacAppCenterAnalytics.nuspec index 885c2dfe1..c94227496 100644 --- a/nuget/MacAppCenterAnalytics.nuspec +++ b/nuget/MacAppCenterAnalytics.nuspec @@ -27,23 +27,23 @@ - - - + + + - - + + - - - - + + + + diff --git a/nuget/MacAppCenterCrashes.nuspec b/nuget/MacAppCenterCrashes.nuspec index 1a5bddca7..f906c7c17 100644 --- a/nuget/MacAppCenterCrashes.nuspec +++ b/nuget/MacAppCenterCrashes.nuspec @@ -27,23 +27,23 @@ - - - + + + - - + + - - - - + + + + diff --git a/nuget/MacAppCenterDistribute.nuspec b/nuget/MacAppCenterDistribute.nuspec index c2518eeea..35d1f241c 100644 --- a/nuget/MacAppCenterDistribute.nuspec +++ b/nuget/MacAppCenterDistribute.nuspec @@ -27,15 +27,15 @@ - - - + + + - - + + diff --git a/nuget/MacAppCenterDistributePlay.nuspec b/nuget/MacAppCenterDistributePlay.nuspec index bee94e0e7..87b932a08 100644 --- a/nuget/MacAppCenterDistributePlay.nuspec +++ b/nuget/MacAppCenterDistributePlay.nuspec @@ -28,15 +28,15 @@ - - - + + + - - + + diff --git a/nuget/WindowsAppCenter.nuspec b/nuget/WindowsAppCenter.nuspec index 4a685f094..03a9d6644 100644 --- a/nuget/WindowsAppCenter.nuspec +++ b/nuget/WindowsAppCenter.nuspec @@ -34,7 +34,7 @@ - + @@ -71,7 +71,7 @@ - - + + diff --git a/nuget/WindowsAppCenterAnalytics.nuspec b/nuget/WindowsAppCenterAnalytics.nuspec index a5a46823a..91f5795eb 100644 --- a/nuget/WindowsAppCenterAnalytics.nuspec +++ b/nuget/WindowsAppCenterAnalytics.nuspec @@ -35,7 +35,7 @@ - - + + diff --git a/nuget/WindowsAppCenterCrashes.nuspec b/nuget/WindowsAppCenterCrashes.nuspec index 5b285f9e4..eb7429080 100644 --- a/nuget/WindowsAppCenterCrashes.nuspec +++ b/nuget/WindowsAppCenterCrashes.nuspec @@ -41,7 +41,7 @@ - - + + diff --git a/scripts/configuration/ac-build-config.xml b/scripts/configuration/ac-build-config.xml index a68c3ebca..450a5bc18 100644 --- a/scripts/configuration/ac-build-config.xml +++ b/scripts/configuration/ac-build-config.xml @@ -16,21 +16,21 @@ - - - - - + + + + + - - - - + + + + - - - - + + + + @@ -38,22 +38,22 @@ - - - - - - - - - + + + + + + + + + - - - + + + @@ -76,10 +76,10 @@ - - - - + + + +