Skip to content

Commit

Permalink
nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
EricZimmerman committed Nov 29, 2024
1 parent f3bce6b commit cf72371
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions JumpList.Test/JumpList.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<ProjectReference Include="..\JumpList\JumpList.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="OleCf" Version="1.2.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="OleCf" Version="1.3.0" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="NUnit" Version="4.2.2" />
</ItemGroup>
</Project>
10 changes: 5 additions & 5 deletions JumpList/JumpList.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Copyright>Eric Zimmerman</Copyright>
<PackageProjectUrl>https://github.com/EricZimmerman/jumplist</PackageProjectUrl>
<RepositoryUrl>https://github.com/EricZimmerman/jumplist</RepositoryUrl>
<Version>1.2.7</Version>
<Version>1.4.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>10</LangVersion>

Expand All @@ -22,16 +22,16 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lnk" Version="1.3.6" />
<PackageReference Include="OleCf" Version="1.1.1" />
<PackageReference Include="Lnk" Version="1.4.0" />
<PackageReference Include="OleCf" Version="1.3.0" />

<None Include="../README.md" Pack="true" PackagePath=""/>
<None Include="../icon.png" Pack="true" PackagePath=""/>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PackageReference Include="MinVer" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit cf72371

Please sign in to comment.