Skip to content

Commit 0161839

Browse files
committed
Update
1 parent 1b87ae0 commit 0161839

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/Files.App.Controls/Files.App.Controls.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<FrameworkReference Condition=" '$(IncludeWindowsSDKRefFrameworkReferences)' == 'true' " Include="Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined="true" Pack="false" PrivateAssets="All" />
20+
<FrameworkReference Condition="'$(IncludeWindowsSDKRefFrameworkReferences)' == 'true'" Include="Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined="true" Pack="false" PrivateAssets="All" />
2121
<PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
2222
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.241107002" />
2323
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
24+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
2425
</ItemGroup>
2526

2627
<ItemGroup>

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</ItemGroup>
6868

6969
<ItemGroup>
70-
<FrameworkReference Condition=" '$(IncludeWindowsSDKRefFrameworkReferences)' == 'true' " Include="Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined="true" Pack="false" PrivateAssets="All" />
70+
<FrameworkReference Condition="'$(IncludeWindowsSDKRefFrameworkReferences)' == 'true'" Include="Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined="true" Pack="false" PrivateAssets="All" />
7171
<PackageReference Include="ByteSize" Version="2.1.2" />
7272
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
7373
<PackageReference Include="DiscUtils.Udf" Version="0.16.13" />

tests/Files.App.UITests/Files.App.UITests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31+
<FrameworkReference Condition="'$(IncludeWindowsSDKRefFrameworkReferences)' == 'true'" Include="Microsoft.Windows.SDK.NET.Ref" IsImplicitlyDefined="true" Pack="false" PrivateAssets="All" />
3132
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
3233
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.241107002" />
34+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
3335
<Manifest Include="$(ApplicationManifest)" />
3436
</ItemGroup>
3537

0 commit comments

Comments
 (0)