Skip to content

Commit 071b5e7

Browse files
committed
V 3.4.0
1 parent 31e61a8 commit 071b5e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5-
<Version>3.3.2</Version>
5+
<Version>3.4.0</Version>
66
<LangVersion>latest</LangVersion>
77
<NoWarn>NU5118</NoWarn>
88
<ImplicitUsings>enable</ImplicitUsings>

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
1919
<PackageReference Include="xunit.v3" Version="3.2.2" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" />
21-
<PackageReference Include="Verify.XunitV3" Version="31.15.0" />
21+
<PackageReference Include="Verify.XunitV3" Version="31.16.1" />
2222
<ProjectReference Include="..\ConfigureAwait.Fody\ConfigureAwait.Fody.csproj" />
2323
<ProjectReference Include="..\ConfigureAwait\ConfigureAwait.csproj" />
2424
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />

0 commit comments

Comments
 (0)