Skip to content

Commit 8e903b8

Browse files
committed
updating to .NET 9 and updating nuget packages
1 parent 0e68ab2 commit 8e903b8

File tree

2 files changed

+47
-45
lines changed

2 files changed

+47
-45
lines changed

src/nuget-inspector.sln

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.1.32228.430
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nuget-inspector", "nuget-inspector\nuget-inspector.csproj", "{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
EndGlobalSection
17-
GlobalSection(SolutionProperties) = preSolution
18-
HideSolutionNode = FALSE
19-
EndGlobalSection
20-
GlobalSection(ExtensibilityGlobals) = postSolution
21-
SolutionGuid = {B81C40A9-6510-4181-A94F-95FD0219DA10}
22-
EndGlobalSection
23-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32228.430
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nuget-inspector", "nuget-inspector\nuget-inspector.csproj", "{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{12C8B8AB-5476-42CD-961A-4DACD9C8C0FD}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {B81C40A9-6510-4181-A94F-95FD0219DA10}
24+
EndGlobalSection
25+
EndGlobal

src/nuget-inspector/nuget-inspector.csproj

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
66

77
<SelfContained>true</SelfContained>
@@ -49,37 +49,37 @@
4949

5050

5151
<ItemGroup>
52-
<None Include="../NOTICE" Pack="true" PackagePath="NOTICE"/>
53-
<None Include="../AUTHORS.rst" Pack="true" PackagePath="AUTHORS.rst"/>
54-
<None Include="../mit.LICENSE" Pack="true" PackagePath="mit.LICENSE"/>
55-
<None Include="../apache-2.0.LICENSE" Pack="true" PackagePath="apache-2.0.LICENSE"/>
56-
<None Include="../CHANGELOG.rst" Pack="true" PackagePath="CHANGELOG.rst"/>
57-
<None Include="../README.rst" Pack="true" PackagePath="README.rst"/>
52+
<None Include="../NOTICE" Pack="true" PackagePath="NOTICE" />
53+
<None Include="../AUTHORS.rst" Pack="true" PackagePath="AUTHORS.rst" />
54+
<None Include="../mit.LICENSE" Pack="true" PackagePath="mit.LICENSE" />
55+
<None Include="../apache-2.0.LICENSE" Pack="true" PackagePath="apache-2.0.LICENSE" />
56+
<None Include="../CHANGELOG.rst" Pack="true" PackagePath="CHANGELOG.rst" />
57+
<None Include="../README.rst" Pack="true" PackagePath="README.rst" />
5858
</ItemGroup>
5959

6060
<!-- production dependencies -->
6161
<ItemGroup>
62-
<PackageReference Include="Microsoft.Build.Locator" Version="1.4.10-g38d95f4814" />
63-
<PackageReference Include="Microsoft.Build" Version="17.3.2" />
62+
<PackageReference Include="Microsoft.Build.Locator" Version="1.9.1" />
63+
<PackageReference Include="Microsoft.Build" Version="17.14.8" />
6464
<!--
6565
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" />
6666
<PackageReference Include="Microsoft.Build.Runtime" Version="17.3.2" />
6767
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.3.2"/>
6868
-->
6969
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
70-
<PackageReference Include="NuGet.Common" Version="6.4.0" />
71-
<PackageReference Include="NuGet.Configuration" Version="6.4.0" />
72-
<PackageReference Include="NuGet.Build.Tasks.Console" Version="6.4.0" />
73-
<PackageReference Include="NuGet.DependencyResolver.Core" Version="6.4.0" />
74-
<PackageReference Include="NuGet.Frameworks" Version="6.4.0" />
75-
<PackageReference Include="NuGet.LibraryModel" Version="6.4.0" />
76-
<PackageReference Include="NuGet.PackageManagement" Version="6.4.0" />
77-
<PackageReference Include="NuGet.Packaging" Version="6.4.0" />
78-
<PackageReference Include="NuGet.ProjectModel" Version="6.4.0" />
79-
<PackageReference Include="NuGet.Protocol" Version="6.4.0" />
80-
<PackageReference Include="NuGet.Resolver" Version="6.4.0" />
81-
<PackageReference Include="NuGet.Versioning" Version="6.4.0" />
82-
<PackageReference Include="packageurl-dotnet" Version="1.2.0" />
70+
<PackageReference Include="NuGet.Common" Version="6.14.0" />
71+
<PackageReference Include="NuGet.Configuration" Version="6.14.0" />
72+
<PackageReference Include="NuGet.Build.Tasks.Console" Version="6.14.0" />
73+
<PackageReference Include="NuGet.DependencyResolver.Core" Version="6.14.0" />
74+
<PackageReference Include="NuGet.Frameworks" Version="6.14.0" />
75+
<PackageReference Include="NuGet.LibraryModel" Version="6.14.0" />
76+
<PackageReference Include="NuGet.PackageManagement" Version="6.14.0" />
77+
<PackageReference Include="NuGet.Packaging" Version="6.14.0" />
78+
<PackageReference Include="NuGet.ProjectModel" Version="6.14.0" />
79+
<PackageReference Include="NuGet.Protocol" Version="6.14.0" />
80+
<PackageReference Include="NuGet.Resolver" Version="6.14.0" />
81+
<PackageReference Include="NuGet.Versioning" Version="6.14.0" />
82+
<PackageReference Include="packageurl-dotnet" Version="1.3.0" />
8383

8484
</ItemGroup>
8585

0 commit comments

Comments
 (0)