Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 49cf975

Browse files
authored
Fixed PackageId for consistency
1 parent 1e2bd35 commit 49cf975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Services/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
<AssemblyName>IntegrationTests</AssemblyName>
6-
<PackageId>FunctionalTests</PackageId>
6+
<PackageId>IntegrationTests</PackageId>
77
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
88
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

0 commit comments

Comments
 (0)