Browse Source

Assembly name was incorrect

pull/529/head
Robert Raboud 7 years ago
parent
commit
1e2bd35285
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Services/IntegrationTests/IntegrationTests.csproj

+ 1
- 1
test/Services/IntegrationTests/IntegrationTests.csproj View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>FunctionalTests</AssemblyName>
<AssemblyName>IntegrationTests</AssemblyName>
<PackageId>FunctionalTests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>


Loading…
Cancel
Save