Skip to content

Commit

Permalink
Lower min version for WindowsAppSDK to 17763
Browse files Browse the repository at this point in the history
Removes invalid design dlls (no designer for WinUI 3) that caused local build to fail
bump version number
  • Loading branch information
michael-hawker committed Sep 20, 2022
1 parent 2f51db4 commit a9a7125
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 deletions scripts/Microsoft.Xaml.Behaviors.WinUI.Managed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
<copyright>&#169; Microsoft Corporation. All rights reserved.</copyright>
<tags>Behavior Action Behaviors Actions Blend Managed C# Interaction Interactivity Interactions WinUI</tags>
<dependencies>
<group targetFramework="net5.0-windows10.0.18362.0">
<group targetFramework="net5.0-windows10.0.17763.0">
<dependency id="Microsoft.WindowsAppSDK" version="1.0.0" />
</group>
</dependencies>
</metadata>

<files>
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactivity.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactivity.xml" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactivity.pri" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactions.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.dll" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactions.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.pdb" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactions.xml" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.xml" />
<file target="lib\net5.0-windows10.0.18362.0\Microsoft.Xaml.Interactions.pri" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.pri" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.xml" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactivity.pri" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactions.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.dll" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactions.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.pdb" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactions.xml" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.xml" />
<file target="lib\net5.0-windows10.0.17763.0\Microsoft.Xaml.Interactions.pri" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.pri" />

<!--
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactions.Design.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.Design.dll" />
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactions.Design.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.Design.pdb" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactions.Design.dll" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.Design.dll" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactions.Design.pdb" src="..\out\WinUI\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.Design.pdb" />
-->

<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactivity.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.dll" />
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactivity.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.pdb" />
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactions.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.DesignTools.dll" />
<file target="lib\net5.0-windows10.0.18362.0\Design\Microsoft.Xaml.Interactions.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.DesignTools.pdb" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactivity.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.dll" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactivity.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.pdb" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactions.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.DesignTools.dll" />
<file target="lib\net5.0-windows10.0.17763.0\Design\Microsoft.Xaml.Interactions.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactions.DesignTools.pdb" />

<file target="src\BehaviorsSDKManaged\Microsoft.Xaml.Interactions.WinUI" src="..\src\BehaviorsSDKManaged\Microsoft.Xaml.Interactions.Shared\**\*.cs" />
<file target="src\BehaviorsSDKManaged\Microsoft.Xaml.Interactivity.WinUI" src="..\src\BehaviorsSDKManaged\Microsoft.Xaml.Interactivity.Shared\**\*.cs" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0-windows10.0.18362.0</TargetFramework>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetFramework>net5.0-windows10.0.17763.0</TargetFramework>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<RootNamespace>Microsoft.Xaml.Interactions</RootNamespace>
<Platforms>AnyCPU;x86;x64</Platforms>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0-windows10.0.18362.0</TargetFramework>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetFramework>net5.0-windows10.0.17763.0</TargetFramework>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<Platforms>AnyCPU;x86;x64</Platforms>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/BehaviorsSDKManaged/Version/NuGetPackageVersion.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageVersion>2.0.8</PackageVersion>
<PackageVersion>2.0.9</PackageVersion>
</PropertyGroup>
</Project>

0 comments on commit a9a7125

Please sign in to comment.