Skip to content

Commit

Permalink
Revert "Temporary: bump the SDK for UWP to 22621"
Browse files Browse the repository at this point in the history
This reverts commit 1cc36a3.
  • Loading branch information
Sergio0694 committed Nov 22, 2024
1 parent 1cc36a3 commit 6216df6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion samples/CS/XAMLBehaviorsSample/XAMLBehaviorsSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>XAMLBehaviorsSample</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
Expand Down
20 changes: 10 additions & 10 deletions scripts/Microsoft.Xaml.Behaviors.Uwp.Managed.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<tags>Behavior Action Behaviors Actions Blend Managed C# Interaction Interactivity Interactions</tags>
<repository type="git" url="http://go.microsoft.com/fwlink/?LinkID=651678" />
<dependencies>
<group targetFramework="net8.0-windows10.0.22621" />
<group targetFramework="net8.0-windows10.0.19041" />
<group targetFramework="uap10.0" />
</dependencies>
<frameworkReferences>
<group targetFramework="net8.0-windows10.0.22621">
<group targetFramework="net8.0-windows10.0.19041">
<frameworkReference name="Microsoft.Windows.SDK.NET.Ref.Xaml" />
</group>
</frameworkReferences>
Expand All @@ -31,22 +31,22 @@
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.xml" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\uap10.0\Microsoft.Xaml.Interactivity.pri" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />

<file target="lib\net8.0-windows10.0.22621.0\Microsoft.Xaml.Interactivity.dll" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
<file target="lib\net8.0-windows10.0.22621.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
<file target="lib\net8.0-windows10.0.22621.0\Microsoft.Xaml.Interactivity.xml" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\net8.0-windows10.0.22621.0\Microsoft.Xaml.Interactivity.pri" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.dll" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.dll" />
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.pdb" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pdb" />
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.xml" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.xml" />
<file target="lib\net8.0-windows10.0.19041.0\Microsoft.Xaml.Interactivity.pri" src="..\out\uwp\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.pri" />

<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />

<file target="lib\net8.0-windows10.0.22621.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
<file target="lib\net8.0-windows10.0.22621.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />
<file target="lib\net8.0-windows10.0.19041.0\Design\Microsoft.Xaml.Interactivity.Design.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.dll" />
<file target="lib\net8.0-windows10.0.19041.0\Design\Microsoft.Xaml.Interactivity.Design.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.Design.pdb" />

<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.dll" />
<file target="lib\uap10.0\Design\Microsoft.Xaml.Interactivity.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.pdb" />

<file target="lib\net8.0-windows10.0.22621.0\Design\Microsoft.Xaml.Interactivity.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.dll" />
<file target="lib\net8.0-windows10.0.22621.0\Design\Microsoft.Xaml.Interactivity.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.pdb" />
<file target="lib\net8.0-windows10.0.19041.0\Design\Microsoft.Xaml.Interactivity.DesignTools.dll" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.dll" />
<file target="lib\net8.0-windows10.0.19041.0\Design\Microsoft.Xaml.Interactivity.DesignTools.pdb" src="..\out\BehaviorsSDKManaged\bin\AnyCPU\Release\Microsoft.Xaml.Interactivity.DesignTools.pdb" />
</files>

</package>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>ManagedUnitTests</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
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>net8.0-windows10.0.22621.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.22621.54</WindowsSdkPackageVersion>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.19041.54</WindowsSdkPackageVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<UseUwp>true</UseUwp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>Microsoft.Xaml.Interactivity</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down

0 comments on commit 6216df6

Please sign in to comment.