Skip to content

Commit 7119fc7

Browse files
authored
Upgrade xunit test runner to 2.4.0 RTM and xunit.analyzers to 0.10.0 (#1275)
Also, cleaned up two unused properties from the deps.props file.
1 parent 18e0871 commit 7119fc7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build/dependencies.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
<FSharpCorePackageVersion>4.2.1</FSharpCorePackageVersion>
2929
<GoogleProtobufPackageVersion>3.1.0</GoogleProtobufPackageVersion>
3030
<LibuvPackageVersion>1.10.0</LibuvPackageVersion>
31-
<LZMAMicrosoftAspNetCoreAppAll21PackageVersion>2.1.1</LZMAMicrosoftAspNetCoreAppAll21PackageVersion>
32-
<LZMAMicrosoftNETCoreApp21PackageVersion>2.1.0</LZMAMicrosoftNETCoreApp21PackageVersion>
3331
<MessagePackPackageVersion>1.7.3.4</MessagePackPackageVersion>
3432
<MicrosoftApplicationInsightsAspNetCorePackageVersion>2.1.1</MicrosoftApplicationInsightsAspNetCorePackageVersion>
3533
<MicrosoftAspNetIdentityEntityFrameworkPackageVersion>2.2.1</MicrosoftAspNetIdentityEntityFrameworkPackageVersion>
@@ -147,12 +145,12 @@
147145
<VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>2.8.0-beta2-62721-09</VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>
148146
<WindowsAzureStoragePackageVersion>8.1.4</WindowsAzureStoragePackageVersion>
149147
<XunitAbstractionsPackageVersion>2.0.1</XunitAbstractionsPackageVersion>
150-
<XunitAnalyzersPackageVersion>0.8.0</XunitAnalyzersPackageVersion>
148+
<XunitAnalyzersPackageVersion>0.10.0</XunitAnalyzersPackageVersion>
151149
<XunitAssertPackageVersion>2.3.1</XunitAssertPackageVersion>
152150
<XunitCorePackageVersion>2.3.1</XunitCorePackageVersion>
153151
<XunitExtensibilityCorePackageVersion>2.3.1</XunitExtensibilityCorePackageVersion>
154152
<XunitExtensibilityExecutionPackageVersion>2.3.1</XunitExtensibilityExecutionPackageVersion>
155153
<XunitPackageVersion>2.3.1</XunitPackageVersion>
156-
<XunitRunnerVisualstudioPackageVersion>2.4.0-rc.1.build4038</XunitRunnerVisualstudioPackageVersion>
154+
<XunitRunnerVisualStudioPackageVersion>2.4.0</XunitRunnerVisualStudioPackageVersion>
157155
</PropertyGroup>
158156
</Project>

0 commit comments

Comments
 (0)