Add the netcoreapp2.1 into the test project

This commit is contained in:
Sam Xu 2020-01-21 14:33:47 -08:00
parent c65ddf83bf
commit 5c185cd67c
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ namespace Microsoft.OpenApi.OData.Edm.Tests
// Assert
Assert.NotNull(paths);
Assert.Equal(4491, paths.Count());
Assert.Equal(4481, paths.Count());
}
[Fact]

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>Microsoft.OpenApi.OData.Reader.Tests</AssemblyName>
<RootNamespace>Microsoft.OpenApi.OData.Reader.Tests</RootNamespace>
<TargetFramework>net461</TargetFramework>
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\tool\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<DelaySign>true</DelaySign>