Skip to content

Commit

Permalink
Upgrade to NET6 and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer025 committed Aug 25, 2022
1 parent dcb4795 commit d881601
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CodeOwnersParser/CodeOwnersParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyName>CodeOwnersParser</AssemblyName>
<RootNamespace>CodeOwnersParser</RootNamespace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.14" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
<PackageReference Include="Octokit" Version="2.0.1" />
</ItemGroup>

</Project>

0 comments on commit d881601

Please sign in to comment.