Skip to content

Commit 646a529

Browse files
committed
chore: Upgrade package
1 parent a5affd2 commit 646a529

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageVersion Include="NSubstitute" Version="5.3.0" />
4444
<PackageVersion Include="RavenDB.TestDriver" Version="7.1.5" />
4545
<PackageVersion Include="Shouldly" Version="4.3.0" />
46-
<PackageVersion Include="bunit" Version="2.4.2" />
46+
<PackageVersion Include="bunit" Version="2.5.3" />
4747
<PackageVersion Include="coverlet.collector" Version="6.0.4">
4848
<PrivateAssets>all</PrivateAssets>
4949
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkDotNet.Blog.Web", "LinkDotNet.Blog.Web.csproj", "{2D0CF2B7-1E83-070A-4704-87B356255A02}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{2D0CF2B7-1E83-070A-4704-87B356255A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{2D0CF2B7-1E83-070A-4704-87B356255A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{2D0CF2B7-1E83-070A-4704-87B356255A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{2D0CF2B7-1E83-070A-4704-87B356255A02}.Release|Any CPU.Build.0 = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(SolutionProperties) = preSolution
19+
HideSolutionNode = FALSE
20+
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {106D88D5-1676-4F23-BE83-6784AE6715B5}
23+
EndGlobalSection
24+
EndGlobal

0 commit comments

Comments
 (0)