Skip to content

Commit 07d2ac9

Browse files
authored
Merge pull request #10204 from AvaloniaUI/update-angle-version
Update Angle to 2.1.0.2023020321
2 parents b74897e + db78f7c commit 07d2ac9

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

samples/ControlCatalog.NetCore/ControlCatalog.NetCore.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
3232
<ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
3333
<ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
34-
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
3534
<!-- For native controls test -->
3635
<PackageReference Include="MonoMac.NetStandard" Version="0.0.4" />
3736
</ItemGroup>

samples/MobileSandbox.Desktop/MobileSandbox.Desktop.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
2525
<ProjectReference Include="..\MobileSandbox\MobileSandbox.csproj" />
2626
<ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
27-
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
2827
<!-- For native controls test -->
2928
<PackageReference Include="MonoMac.NetStandard" Version="0.0.4" />
3029
</ItemGroup>

src/Windows/Avalonia.Win32/Avalonia.Win32.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\..\packages\Avalonia\Avalonia.csproj" />
13-
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
13+
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2023020321" />
1414
<PackageReference Include="MicroCom.CodeGenerator.MSBuild" Version="0.11.0" PrivateAssets="all" />
1515
<MicroComIdl Include="WinRT\winrt.idl" CSharpInteropPath="WinRT\WinRT.Generated.cs" />
1616
<MicroComIdl Include="Win32Com\win32.idl" CSharpInteropPath="Win32Com\Win32.Generated.cs" />

src/tools/Avalonia.Designer.HostApp/Avalonia.Designer.HostApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Compile Include="..\..\Avalonia.Base\Utilities\StringBuilderCache.cs" Link="Utilities\StringBuilderCache.cs" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
26+
<PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2023020321" />
2727
</ItemGroup>
2828
<Import Project="..\..\..\build\NetFX.props" />
2929
</Project>

0 commit comments

Comments
 (0)