Update NetPodsMauiBlazor.csproj
parent
7dabe6f296
commit
0d99cb4be6
|
@ -43,8 +43,8 @@
|
||||||
|
|
||||||
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
|
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
|
||||||
<!-- Required - WinUI does not yet have buildTransitive for everything -->
|
<!-- Required - WinUI does not yet have buildTransitive for everything -->
|
||||||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0-preview3" />
|
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
|
||||||
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.29-preview3" />
|
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="$(TargetFramework.Contains('-windows'))">
|
<PropertyGroup Condition="$(TargetFramework.Contains('-windows'))">
|
||||||
|
|
Loading…
Reference in New Issue