File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Project Path =" ProtoCompileDummy/ProtoCompileDummy.csproj" />
3+ <Project Path =" ProtoTreeView/ProtoTreeView.csproj" />
4+ <Project Path =" ProtoTreeViewExample/ProtoTreeViewExample.csproj" />
5+ </Solution >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments