File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
2-
3- <PropertyGroup >
4- <TargetFramework >net9.0-windows</TargetFramework >
5- <ImplicitUsings >enable</ImplicitUsings >
6- <Nullable >enable</Nullable >
7- <Platforms >AnyCPU;x64</Platforms >
8- </PropertyGroup >
9-
10- <ItemGroup >
11- <PackageReference Include =" Iced" Version =" 1.21.0" />
12- <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 9.0.0" />
13- <PackageReference Include =" Microsoft.Diagnostics.Tracing.TraceEvent" Version =" 3.1.13 " />
14- <PackageReference Include =" PeNet" Version =" 5.0.0" />
15- </ItemGroup >
16-
17- </Project >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net9.0-windows</TargetFramework >
5+ <ImplicitUsings >enable</ImplicitUsings >
6+ <Nullable >enable</Nullable >
7+ <Platforms >AnyCPU;x64</Platforms >
8+ </PropertyGroup >
9+
10+ <ItemGroup >
11+ <PackageReference Include =" Iced" Version =" 1.21.0" />
12+ <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 9.0.0" />
13+ <PackageReference Include =" Microsoft.Diagnostics.Tracing.TraceEvent" Version =" 3.2.3 " />
14+ <PackageReference Include =" PeNet" Version =" 5.0.0" />
15+ </ItemGroup >
16+
17+ </Project >
You can’t perform that action at this time.
0 commit comments