Skip to content

Commit 004a5bd

Browse files
committed
Address non product warnings
1 parent 1225285 commit 004a5bd

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Directory.Packages.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" PrivateAssets="All" />
3737
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" PrivateAssets="All" />
3838
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
39-
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
4039
</ItemGroup>
4140
<ItemGroup>
4241
<!-- Packages for the tests -->
@@ -81,6 +80,5 @@
8180
<PackageVersion Include="System.Windows.Forms" Version="4.0.0" />
8281
<PackageVersion Include="CommandLineParser" Version="2.8.0" />
8382
<PackageVersion Include="System.Formats.Asn1" Version="9.0.0"/>
84-
8583
</ItemGroup>
8684
</Project>

tests/devapps/NetCoreTestApp/NetCoreTestApp.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<Configurations>Debug;Release;Debug + MobileApps</Configurations>
77
</PropertyGroup>
88

tests/devapps/TestTelemetry/TestTelemetry.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

0 commit comments

Comments
 (0)