Skip to content

Commit 79000a6

Browse files
Bump ProjectDefaults from 1.0.101 to 1.0.102 in /src (#781)
Bumps [ProjectDefaults](https://github.com/SimonCropp/ProjectDefaults) from 1.0.101 to 1.0.102. - [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 5db9d50 commit 79000a6

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.1" />
1010
<PackageReference Include="Verify.Nunit" Version="22.5.0" />
1111
<ProjectReference Include="..\TextCopy\TextCopy.csproj" />
12-
<PackageReference Include="ProjectDefaults" Version="1.0.101" PrivateAssets="all" />
12+
<PackageReference Include="ProjectDefaults" Version="1.0.102" 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.101" PrivateAssets="all" />
17+
<PackageReference Include="ProjectDefaults" Version="1.0.102" 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)