Skip to content

Commit 701c644

Browse files
committed
Merge branch 'main' of https://github.com/CopyText/TextCopy
2 parents 74cde68 + a02ef27 commit 701c644

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
88
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
99
<PackageReference Include="Xunit" Version="2.7.0" />
10-
<PackageReference Include="Verify.Nunit" Version="23.5.0" />
10+
<PackageReference Include="Verify.Nunit" Version="23.5.2" />
1111
<ProjectReference Include="..\TextCopy\TextCopy.csproj" />
1212
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
1313
</ItemGroup>

src/TextCopy/TextCopy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
<WeaverFiles Include="$(SolutionDir)Weavers\bin\$(Configuration)\netstandard2.0\Weavers.dll" />
1616
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
1717
<PackageReference Include="ProjectDefaults" Version="1.0.125" PrivateAssets="all" />
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)