Skip to content

Commit

Permalink
target framework net7.0 + version bumps (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Maik Toepfer <[email protected]>
  • Loading branch information
samba2 and Maik Toepfer authored Feb 29, 2024
1 parent 9433a3d commit 54594c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/DotNetSearch/DotNetSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>true</IsPackable>
<PackAsTool>true</PackAsTool>
<AssemblyName>dotnet-search</AssemblyName>
Expand All @@ -16,16 +16,16 @@ Example: dotnet search json.net</Description>
<PackageProjectUrl>https://github.com/billpratt/dotnet-search</PackageProjectUrl>
<RepositoryUrl>https://github.com/billpratt/dotnet-search</RepositoryUrl>
<PackageTags>dotnet, search</PackageTags>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Bill Pratt</Authors>
<Company />
<Product />
</PropertyGroup>


<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.4" />
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
</ItemGroup>
</Project>

0 comments on commit 54594c9

Please sign in to comment.