Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump System.Net.Http.WinHttpHandler from 8.0.1 to 8.0.2 in the system group #514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 52 additions & 52 deletions src/dotnet-nugetize/dotnet-nugetize.csproj
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<Project Sdk="Microsoft.NET.Sdk" TreatAsLocalProperty="NuGetize">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>

<LangVersion>Latest</LangVersion>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<NuGetize>false</NuGetize>

<PackageId>dotnet-nugetize</PackageId>
<ToolCommandName>nugetize</ToolCommandName>
<PackAsTool>true</PackAsTool>
<RollForward>Major</RollForward>

<Description>
A must-have complementary tool to NuGetizer, this tool will help you discover how NuGetizer packs a project
rapidly iterate on your project's packaging until you get it just right for your needs.
</Description>

<PackageTags>dotnet tool nuget pack packaging</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="all" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.5.0" PrivateAssets="all" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
</ItemGroup>

<ItemGroup>
<ProjectCapability Include="Pack" />
</ItemGroup>

<ItemGroup>
<None Update="NuGetize.Build.targets" CopyToOutputDirectory="PreserveNewest" />
<None Remove="after.sln.targets" />
<EmbeddedResource Include="after.sln.targets" CopyToOutputDirectory="PreserveNewest" />
<ProjectProperty Include="Version" />
<ProjectProperty Include="ToolCommandName" />
<ProjectProperty Include="Product" />
<ProjectProperty Include="Copyright" />
<ProjectProperty Include="RepositorySha" />
<ProjectProperty Include="PackageId" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk" TreatAsLocalProperty="NuGetize">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>Latest</LangVersion>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<NuGetize>false</NuGetize>
<PackageId>dotnet-nugetize</PackageId>
<ToolCommandName>nugetize</ToolCommandName>
<PackAsTool>true</PackAsTool>
<RollForward>Major</RollForward>
<Description>
A must-have complementary tool to NuGetizer, this tool will help you discover how NuGetizer packs a project
rapidly iterate on your project's packaging until you get it just right for your needs.
</Description>
<PackageTags>dotnet tool nuget pack packaging</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
<PackageReference Include="PolySharp" Version="1.14.1" PrivateAssets="all" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Analyzer" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Project" Version="1.5.0" PrivateAssets="all" />
<PackageReference Include="ThisAssembly.Strings" Version="1.5.0" PrivateAssets="all" />
<PackageReference Include="Devlooped.SponsorLink" Version="0.10.5" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectCapability Include="Pack" />
</ItemGroup>
<ItemGroup>
<None Update="NuGetize.Build.targets" CopyToOutputDirectory="PreserveNewest" />
<None Remove="after.sln.targets" />
<EmbeddedResource Include="after.sln.targets" CopyToOutputDirectory="PreserveNewest" />
<ProjectProperty Include="Version" />
<ProjectProperty Include="ToolCommandName" />
<ProjectProperty Include="Product" />
<ProjectProperty Include="Copyright" />
<ProjectProperty Include="RepositorySha" />
<ProjectProperty Include="PackageId" />
</ItemGroup>
</Project>
Loading