Skip to content

Commit 34b33e2

Browse files
guardrexscottaddie
authored andcommitted
Add version to App package references (#7551)
Fixes #7532
1 parent 3594893 commit 34b33e2

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55
-55
lines changed

aspnetcore/data/ef-rp/intro/samples/21StageSnapShots/Part-3-Sorting/ContosoUniversity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/data/ef-rp/intro/samples/21StageSnapShots/Part-4-Migrations/ContosoUniversity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/data/ef-rp/intro/samples/21StageSnapShots/Part-5/ContosoUniversity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/data/ef-rp/intro/samples/cu21/ContosoUniversity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/fundamentals/app-state/samples/2.x/SessionSample/SessionSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/configuration/options/sample/UsingOptionsSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/configuration/platform-specific-configuration/sample/HostingStartupSample/HostingStartupSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/environments/sample/EnvironmentsSample/EnvironmentsSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/error-handling/samples/2.x/ErrorHandlingSample/ErrorHandlingSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/host/hosted-services/samples/2.x/BackgroundTasksSample-WebHost/BackgroundTasksSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/http-requests/samples/HttpClientFactorySample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="2.1.1" />
1010
</ItemGroup>
1111

aspnetcore/fundamentals/logging/loggermessage/sample/LoggerMessageSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/middleware/extensibility-third-party-container/sample/MiddlewareExtensibilitySample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="SimpleInjector.Integration.AspNetCore.Mvc.Core" Version="4.3.0" />
1010
</ItemGroup>
1111

aspnetcore/fundamentals/middleware/extensibility/sample/MiddlewareExtensibilitySample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/primitives/change-tokens/sample/ChangeTokenSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
<ItemGroup>

aspnetcore/fundamentals/servers/httpsys/sample/HttpSysSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/servers/kestrel/samples/2.x/KestrelSample/KestrelSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/fundamentals/url-rewriting/sample/UrlRewritingSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.App" />
12+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1313
</ItemGroup>
1414

1515
</Project>

aspnetcore/mvc/views/partial/sample/PartialViewsSample/PartialViewsSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
1010
</ItemGroup>
1111

aspnetcore/mvc/views/tag-helpers/built-in/samples/TagHelpersBuiltIn/TagHelpersBuiltIn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/performance/caching/distributed/sample/src/DistCacheSample/DistCacheSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.Extensions.Caching.Redis" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/performance/caching/memory/sample/WebCache/WebCacheSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/performance/caching/middleware/samples/2.x/ResponseCachingMiddleware/ResponseCachingMiddleware.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/performance/caching/response/samples/2.x/ResponseCacheSample/ResponseCacheSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/performance/response-compression/samples/2.x/ResponseCompressionSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.App" />
12+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1313
</ItemGroup>
1414

1515
</Project>

aspnetcore/razor-pages/razor-pages-conventions/sample/ModelProvidersSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/razor-pages/ui-class/samples/cli/WebApp1/WebApp1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
</ItemGroup>
1111

1212

aspnetcore/security/app-secrets/samples/2.x/UserSecrets/UserSecrets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88
<!-- </snippet_PropertyGroup> -->
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.App" />
10+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1111
</ItemGroup>
1212
</Project>
1313
<!-- </snippet_CsprojFile> -->

aspnetcore/security/authentication/add-user-data/sample/WebApp1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/security/authentication/cookie/samples/2.x/CookieSample/CookieSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/security/authorization/razor-pages-authorization/samples/2.x/AuthorizationSample/AuthorizationSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/security/cookie-sharing/sample/CookieAuth.Core/CookieAuth.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/security/cookie-sharing/sample/CookieAuthWithIdentity.Core/CookieAuthWithIdentity.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.App" />
13+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1414
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.0" />
1515
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" PrivateAssets="All" />
1616
</ItemGroup>

aspnetcore/security/gdpr/sample/RP/RPCC.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" PrivateAssets="All" />
1111
</ItemGroup>
1212

aspnetcore/security/key-vault-configuration/samples/basic-sample/2.x/KeyVaultConfigProviderSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/security/key-vault-configuration/samples/key-name-prefix-sample/2.x/PrefixKeyVaultConfigProviderSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />
1111
</ItemGroup>
1212

aspnetcore/signalr/dotnet-client/sample/SignalRChat/SignalRChat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.App" />
11+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1212
</ItemGroup>
1313

1414

aspnetcore/signalr/groups/sample/SignalRChat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
</ItemGroup>
1111

1212
<Target Name="CopySignalR" BeforeTargets="AfterBuild">

aspnetcore/signalr/hubcontext/sample/SignalRNotify.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.0.1" />
1010
</ItemGroup>
1111

aspnetcore/signalr/hubs/sample/SignalRChat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
</ItemGroup>
1111

1212
<Target Name="CopySignalR" BeforeTargets="AfterBuild">

aspnetcore/signalr/javascript-client/sample/SignalRChat.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.1.0" />
1010
</ItemGroup>
1111

aspnetcore/signalr/streaming/sample/SignalRStreaming.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
<PackageReference Include="System.Reactive.Linq" Version="4.0.0" />
1111
</ItemGroup>
1212

aspnetcore/test/integration-tests/samples/2.x/IntegrationTestsSample/src/RazorPagesProject/RazorPagesProject.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
8+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
99
</ItemGroup>
1010

1111
</Project>

aspnetcore/test/integration-tests/samples/2.x/IntegrationTestsSample/tests/RazorPagesProject.Tests/RazorPagesProject.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="AngleSharp" Version="0.9.9.2" />
9-
<PackageReference Include="Microsoft.AspNetCore.App" />
9+
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.1" />
1010
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.1.0" />
1111
<PackageReference Include="xunit" Version="2.3.1" />
1212
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />

0 commit comments

Comments
 (0)