Skip to content

Commit a0febf9

Browse files
committed
Upgrade to net10
1 parent 315ad85 commit a0febf9

5 files changed

Lines changed: 12 additions & 44 deletions

File tree

ProtoCompileDummy/ProtoCompileDummy.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
17-
<PackageReference Include="Grpc.Tools" Version="2.43.0">
16+
<PackageReference Include="Google.Protobuf" Version="3.33.1" />
17+
<PackageReference Include="Grpc.Tools" Version="2.76.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

ProtoTreeView.sln

Lines changed: 0 additions & 37 deletions
This file was deleted.

ProtoTreeView.slnx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Solution>
2+
<Project Path="ProtoCompileDummy/ProtoCompileDummy.csproj" />
3+
<Project Path="ProtoTreeView/ProtoTreeView.csproj" />
4+
<Project Path="ProtoTreeViewExample/ProtoTreeViewExample.csproj" />
5+
</Solution>

ProtoTreeView/ProtoTreeView.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-windows</TargetFramework>
4+
<TargetFramework>net10.0-windows</TargetFramework>
55
<UseWPF>true</UseWPF>
66
<Platforms>AnyCPU;x64</Platforms>
77
</PropertyGroup>
@@ -19,12 +19,12 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
23-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
22+
<PackageReference Include="Google.Protobuf" Version="3.33.1" />
23+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.100">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="Prism.Core" Version="8.1.97" />
27+
<PackageReference Include="Prism.Core" Version="9.0.537" />
2828
</ItemGroup>
2929

3030
</Project>

ProtoTreeViewExample/ProtoTreeViewExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net9.0-windows</TargetFramework>
5+
<TargetFramework>net10.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)