Skip to content

Commit 55015fa

Browse files
author
satial-interfaces
committed
Updated to Avalonia 11.2.3 and .NET 9.0
1 parent 66f6bb6 commit 55015fa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
9-
"program": "${workspaceFolder}/SampleApp/bin/Debug/net8.0/SampleApp.dll",
9+
"program": "${workspaceFolder}/SampleApp/bin/Debug/net9.0/SampleApp.dll",
1010
"args": [],
1111
"cwd": "${workspaceFolder}",
1212
"console": "internalConsole",

SampleApp/SampleApp.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
44
<Nullable>enable</Nullable>
55
<OutputType>Exe</OutputType>
6-
<TargetFramework>net8.0</TargetFramework>
6+
<TargetFramework>net9.0</TargetFramework>
77
<TrimMode>copyused</TrimMode>
88
</PropertyGroup>
99
<ItemGroup>
1010
<AvaloniaResource Include="Themes/**" />
1111
<None Remove=".gitignore" />
1212
</ItemGroup>
1313
<ItemGroup>
14-
<PackageReference Include="Avalonia" Version="11.2" />
15-
<PackageReference Include="Avalonia.Desktop" Version="11.2" />
16-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2" />
14+
<PackageReference Include="Avalonia" Version="11.2.3" />
15+
<PackageReference Include="Avalonia.Desktop" Version="11.2.3" />
16+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.3" />
1717
<PackageReference Include="FluentAvaloniaUI" Version="2.1.0" />
1818
</ItemGroup>
1919
<ItemGroup>

SatialInterfaces/CalendarControl.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
1111
<RepositoryUrl>https://github.com/satial-interfaces/CalendarControl</RepositoryUrl>
1212
<TargetFramework>netstandard2.1</TargetFramework>
13-
<Version>11.2</Version>
13+
<Version>11.2.3</Version>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<None Remove=".gitignore" />
1717
<None Include="README.md" Pack="true" PackagePath="\" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<PackageReference Include="Avalonia" Version="11.2" />
20+
<PackageReference Include="Avalonia" Version="11.2.3" />
2121
<PackageReference Include="System.Reactive" Version="5.0.0" />
2222
</ItemGroup>
2323
<ItemGroup>

0 commit comments

Comments
 (0)