Skip to content

Commit d073d26

Browse files
Bump ProjectDefaults from 1.0.107 to 1.0.108 in /src (#792)
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.107 to 1.0.108. - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1e9b5b commit d073d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tests/Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<PackageReference Include="Xunit" Version="2.6.3" />
1010
<PackageReference Include="Verify.Nunit" Version="22.8.0" />
1111
<ProjectReference Include="..\TextCopy\TextCopy.csproj" />
12-
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
12+
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
1313
</ItemGroup>
1414
</Project>

src/TextCopy/TextCopy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" Condition="$(TargetFramework) == 'net462'" />
1515
<WeaverFiles Include="$(SolutionDir)Weavers\bin\$(Configuration)\netstandard2.0\Weavers.dll" />
1616
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
17-
<PackageReference Include="ProjectDefaults" Version="1.0.107" PrivateAssets="all" />
17+
<PackageReference Include="ProjectDefaults" Version="1.0.108" PrivateAssets="all" />
1818
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1919
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
2020
</ItemGroup>

0 commit comments

Comments
 (0)