Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable .NET 8 for uwp MultiTarget, upgrade packages #618

Merged
merged 39 commits into from
Dec 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
8766f32
Fix possible nullrefs
Arlodotexe Aug 6, 2024
5b14120
Only reference WindowsDesktop SDK on legacy uwp
Arlodotexe Aug 6, 2024
b7df046
Updating tooling
Arlodotexe Aug 6, 2024
694177d
Include CommunityToolkit.AppServices.targets in nupkg for net8.0-wind…
Arlodotexe Aug 6, 2024
09617b2
Update tooling to latest main
Arlodotexe Aug 23, 2024
f05e004
Merge branch 'main' into uwp-net8-windows
Arlodotexe Aug 23, 2024
e2929f3
Add support for modern .NET to AppServices library
Sergio0694 Oct 11, 2024
d423cfe
Update components/AppServices/src/MultiTarget.props
Arlodotexe Oct 14, 2024
c9ed532
Merge pull request #576 from CommunityToolkit/user/sergiopedri/uwp-ne…
Arlodotexe Oct 14, 2024
eaf038c
Merge branch 'main' into uwp-net8-windows
Arlodotexe Oct 14, 2024
49de309
Fixed invalid namespace reference
Arlodotexe Oct 14, 2024
7c88625
Update Microsoft.Windows.SDK.Contracts to only be included under nets…
Arlodotexe Oct 14, 2024
bcd3874
Update Microsoft.Windows.SDK.Contracts to 10.0.26100.1742
Arlodotexe Oct 14, 2024
cdbde34
Fix name of AppService targets
Sergio0694 Oct 15, 2024
ebb7d3e
Merge pull request #578 from CommunityToolkit/user/sergiopedri/fix-ap…
Arlodotexe Oct 15, 2024
f38e397
Merge branch 'main' into uwp-net8-windows
Arlodotexe Oct 31, 2024
1a9bbf8
Fixed AoT build error
Arlodotexe Nov 13, 2024
8ce50b7
Update subproject commit reference in tooling
Arlodotexe Nov 13, 2024
ce173c4
Update .NET version to 9.0 and related dependencies
Arlodotexe Dec 4, 2024
1f3d7b4
Merge branch 'main' into uwp-net8-windows
Arlodotexe Dec 13, 2024
bb8ccef
Add workaround for WebView2 SDKReference issue in Directory.Build.tar…
Arlodotexe Dec 19, 2024
148f004
Update CommunityToolkit package references to PR version 8.2.241219-p…
Arlodotexe Dec 19, 2024
c95c9b0
Update subproject commit reference in tooling
Arlodotexe Dec 19, 2024
3bd4e8a
Update TFM overrides
Arlodotexe Dec 20, 2024
7717f6f
Minor cleanup, remove templated example
Arlodotexe Dec 20, 2024
348a368
Updated away from deprecated Behaviors namespaces
Arlodotexe Dec 20, 2024
3870435
Add 'net9.0-windows10.0.17763.0' TFM for UWP
Sergio0694 Dec 21, 2024
14b9a8e
Ran XAML styler
Arlodotexe Dec 23, 2024
91de16d
Use normal windows-latest runner for Xaml Style Check
Arlodotexe Dec 23, 2024
9e161f1
Use tooling to declare GlobalUsings
Arlodotexe Dec 23, 2024
5c0fb58
Fix some trim warnings
Sergio0694 Dec 23, 2024
b2c0ab9
Update CommunityToolkit package references to version 8.2.241223-buil…
Arlodotexe Dec 24, 2024
d96cd92
Update tooling pointer to PR https://github.com/CommunityToolkit/Tool…
Arlodotexe Dec 24, 2024
db70025
Add trim annotations to 'TokenView'
Sergio0694 Dec 24, 2024
1227d43
Just suppress the trim warning for now
Sergio0694 Dec 24, 2024
f66a707
Update tooling pointer to PR https://github.com/CommunityToolkit/Tool…
Sergio0694 Dec 25, 2024
ba37852
Disable WUX in 'Notifications' package
Sergio0694 Dec 25, 2024
d6c144b
Update tooling pointer to commit b121eb57cc0fdca03206a9e1a08960d7e3cd…
Sergio0694 Dec 25, 2024
d2d708b
Switch to file-scoped namespaces
Sergio0694 Dec 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update TFM overrides
Arlodotexe committed Dec 20, 2024
commit 3bd4e8afafe748a7030af98a720e0902040386a6
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<Nullable>disable</Nullable>
<HasWinUI>false</HasWinUI>

<UwpTargetFramework Condition="'$(UwpTargetFramework)' == ''">uap10.0.17763;net8.0-windows10.0.17763.0;</UwpTargetFramework>
<UwpTargetFrameworks>uap10.0.17763;net8.0-windows10.0.17763.0;</UwpTargetFrameworks>
</PropertyGroup>

<!-- Sets this up as a toolkit component's source project -->
1 change: 1 addition & 0 deletions components/RivePlayer/samples/RivePlayer.Samples.csproj
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))')" />
<PropertyGroup>
<ToolkitComponentName>RivePlayer</ToolkitComponentName>
<UwpTargetFrameworks>uap10.0.17763;</UwpTargetFrameworks>
</PropertyGroup>

<ItemGroup>
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
<!-- Rns suffix is required for namespaces shared across projects. See https://github.com/CommunityToolkit/Labs-Windows/issues/152 -->
<RootNamespace>CommunityToolkit.Labs.WinUI.RivePlayerRns</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UwpTargetFrameworks>uap10.0.17763;</UwpTargetFrameworks>
</PropertyGroup>

<!-- Sets this up as a toolkit component's source project -->