Skip to content

Commit

Permalink
More changes for submodule (microsoft#1327)
Browse files Browse the repository at this point in the history
hardcoded version removed. Moved winappsdk to non-preview stable version.
  • Loading branch information
pratikone committed Aug 9, 2023
1 parent f0a6a30 commit 1ffc48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions WinUIGallery/WinUIGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls"/>
<PackageReference Include="CommunityToolkit.WinUI.UI"/>
<PackageReference Include="CommunityToolkit.WinUI.UI.Animations"/>
<PackageReference Include="Microsoft.VCRTForwarders.140" />
<Manifest Include="$(ApplicationManifest)" />

<!--
Expand All @@ -84,10 +83,8 @@
Version="$(CommunityToolkitWinUIVersion)" />
<PackageReference Update="Microsoft.Graphics.Win2D"
Version="$(GraphicsWin2DVersion)" />
<PackageReference Update="Microsoft.VCRTForwarders.140"
Version="1.0.6" />
<!-- Get latest WinRT.Runtime.dll from C#/WinRT -->
<PackageReference Update="Microsoft.Windows.CsWinRT" Version="2.0.3" />
<PackageReference Update="Microsoft.Windows.CsWinRT" Version="$(MicrosoftCsWinRTPackageVersion)" />
<PackageReference Update="System.Private.Uri" Version="4.3.2" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions WinUIGallery/standalone.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<!-- The NuGet versions of dependencies to build against. -->
<WindowsAppSdkPackageVersion>1.4.230725001</WindowsAppSdkPackageVersion>
<WindowsAppSdkPackageVersion>1.3.230724000</WindowsAppSdkPackageVersion>
<SamplesTargetFrameworkMoniker>net6.0-windows10.0.19041.0</SamplesTargetFrameworkMoniker>
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.11</MicrosoftNETCoreUniversalWindowsPlatformVersion>
<GraphicsWin2DVersion>1.0.4</GraphicsWin2DVersion>
Expand All @@ -10,7 +10,7 @@
<CommunityToolkitSettingsControlsVersion>0.0.16</CommunityToolkitSettingsControlsVersion>
<CommunityToolkitWinUIVersion>7.1.2</CommunityToolkitWinUIVersion>
<MicrosoftWindowsSDKBuildToolsNugetPackageVersion>10.0.22621.756</MicrosoftWindowsSDKBuildToolsNugetPackageVersion>
<MicrosoftCsWinRTPackageVersion>2.0.2</MicrosoftCsWinRTPackageVersion>
<MicrosoftCsWinRTPackageVersion>2.0.3</MicrosoftCsWinRTPackageVersion>
<!-- We have multiple projects in the same directory, which means we need to separate their output paths-->
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<BaseOutputPath>bin\$(MSBuildProjectName)\</BaseOutputPath>
Expand Down

0 comments on commit 1ffc48c

Please sign in to comment.