File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 36
36
<PackageVersion Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.12.19" PrivateAssets =" All" />
37
37
<PackageVersion Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 8.0.0" PrivateAssets =" All" />
38
38
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
39
- <PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" PrivateAssets =" All" />
40
39
</ItemGroup >
41
40
<ItemGroup >
42
41
<!-- Packages for the tests -->
81
80
<PackageVersion Include =" System.Windows.Forms" Version =" 4.0.0" />
82
81
<PackageVersion Include =" CommandLineParser" Version =" 2.8.0" />
83
82
<PackageVersion Include =" System.Formats.Asn1" Version =" 9.0.0" />
84
-
85
83
</ItemGroup >
86
84
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<Configurations >Debug;Release;Debug + MobileApps</Configurations >
7
7
</PropertyGroup >
8
8
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net6 .0</TargetFramework >
5
+ <TargetFramework >net8 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments