Skip to content

Commit

Permalink
Bump ProjectDefaults from 1.0.100 to 1.0.101 in /src
Browse files Browse the repository at this point in the history
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.100 to 1.0.101.
- [Commits](https://github.com/SimonCropp/ProjectDefaults/commits)

---
updated-dependencies:
- dependency-name: ProjectDefaults
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent f92d88a commit 6b15799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<PackageReference Include="Xunit" Version="2.5.3" />
<PackageReference Include="Verify.NUnit" Version="22.1.4" />
<ProjectReference Include="..\TextCopy\TextCopy.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/TextCopy/TextCopy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" Condition="$(TargetFramework) == 'net462'" />
<WeaverFiles Include="$(SolutionDir)Weavers\bin\$(Configuration)\netstandard2.0\Weavers.dll" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.100" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 6b15799

Please sign in to comment.