diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 000000000..1ec34f04f --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,25 @@ + + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + Microsoft + Microsoft + MIT + true + https://github.com/Microsoft/OpenAPI.NET + https://github.com/microsoft/OpenAPI.NET/releases + true + http://go.microsoft.com/fwlink/?LinkID=288890 + https://github.com/Microsoft/OpenAPI.NET + © Microsoft Corporation. All rights reserved. + OpenAPI .NET + + + + true + + + + + \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props deleted file mode 100644 index bfc937cba..000000000 --- a/src/Directory.Build.props +++ /dev/null @@ -1,8 +0,0 @@ - - - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - - - \ No newline at end of file diff --git a/src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj b/src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj index ced9d9c3c..fd1520481 100644 --- a/src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj +++ b/src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj @@ -7,29 +7,14 @@ true true enable - http://go.microsoft.com/fwlink/?LinkID=288890 - https://github.com/Microsoft/OpenAPI.NET - MIT - true - Microsoft - Microsoft - Microsoft.OpenApi.Hidi - Microsoft.OpenApi.Hidi hidi ./../../artifacts 1.3.0 OpenAPI.NET CLI tool for slicing OpenAPI documents - © Microsoft Corporation. All rights reserved. - OpenAPI .NET - https://github.com/Microsoft/OpenAPI.NET - https://github.com/microsoft/OpenAPI.NET/releases - Microsoft.OpenApi.Hidi - Microsoft.OpenApi.Hidi true true $(NoWarn);NU5048;NU5104;CA1848; - true readme.md All diff --git a/src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj b/src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj index 49dde408e..33788cebd 100644 --- a/src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj +++ b/src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj @@ -1,29 +1,14 @@  - netstandard2.0 + netstandard2.0 latest true - http://go.microsoft.com/fwlink/?LinkID=288890 - https://github.com/Microsoft/OpenAPI.NET - MIT - true - Microsoft - Microsoft - Microsoft.OpenApi.Readers - Microsoft.OpenApi.Readers 1.6.9 OpenAPI.NET Readers for JSON and YAML documents - © Microsoft Corporation. All rights reserved. - OpenAPI .NET - https://github.com/Microsoft/OpenAPI.NET - https://github.com/microsoft/OpenAPI.NET/releases - Microsoft.OpenApi.Readers - Microsoft.OpenApi.Readers true true NU5048 - true README.md @@ -32,11 +17,6 @@ ..\Microsoft.OpenApi.snk - - - true - - diff --git a/src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj b/src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj index e2d75c96a..36a1d979b 100644 --- a/src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj +++ b/src/Microsoft.OpenApi.Workbench/Microsoft.OpenApi.Workbench.csproj @@ -8,9 +8,7 @@ true - - all - + diff --git a/src/Microsoft.OpenApi/Microsoft.OpenApi.csproj b/src/Microsoft.OpenApi/Microsoft.OpenApi.csproj index 7372332c1..dc1e97a64 100644 --- a/src/Microsoft.OpenApi/Microsoft.OpenApi.csproj +++ b/src/Microsoft.OpenApi/Microsoft.OpenApi.csproj @@ -1,29 +1,14 @@  - netstandard2.0 + netstandard2.0 Latest true - http://go.microsoft.com/fwlink/?LinkID=288890 - https://github.com/Microsoft/OpenAPI.NET - MIT - true - Microsoft - Microsoft - Microsoft.OpenApi - Microsoft.OpenApi 1.6.9 .NET models with JSON and YAML writers for OpenAPI specification - © Microsoft Corporation. All rights reserved. - OpenAPI .NET - https://github.com/Microsoft/OpenAPI.NET - https://github.com/microsoft/OpenAPI.NET/releases - Microsoft.OpenApi - Microsoft.OpenApi true true NU5048 - true README.md @@ -32,11 +17,6 @@ ..\Microsoft.OpenApi.snk - - - true - - True diff --git a/test/Microsoft.OpenApi.Hidi.Tests/Microsoft.OpenApi.Hidi.Tests.csproj b/test/Microsoft.OpenApi.Hidi.Tests/Microsoft.OpenApi.Hidi.Tests.csproj index 3f719eda8..1f2ec91e3 100644 --- a/test/Microsoft.OpenApi.Hidi.Tests/Microsoft.OpenApi.Hidi.Tests.csproj +++ b/test/Microsoft.OpenApi.Hidi.Tests/Microsoft.OpenApi.Hidi.Tests.csproj @@ -6,27 +6,17 @@ enable false - true All CA2007 - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + + diff --git a/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj b/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj index ee9240603..5ba3103fe 100644 --- a/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj +++ b/test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj @@ -1,14 +1,7 @@ - net7.0 + net7.0 false - - Microsoft - Microsoft.OpenApi.Readers.Tests - Microsoft.OpenApi.Readers.Tests - Tests for Microsoft.OpenApi.Readers - Microsoft.OpenApi.Readers.Tests - Microsoft.OpenApi.Readers.Tests true ..\..\src\Microsoft.OpenApi.snk @@ -267,27 +260,14 @@ - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + + - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + + diff --git a/test/Microsoft.OpenApi.SmokeTests/Microsoft.OpenApi.SmokeTests.csproj b/test/Microsoft.OpenApi.SmokeTests/Microsoft.OpenApi.SmokeTests.csproj index 2d72104ad..637e25583 100644 --- a/test/Microsoft.OpenApi.SmokeTests/Microsoft.OpenApi.SmokeTests.csproj +++ b/test/Microsoft.OpenApi.SmokeTests/Microsoft.OpenApi.SmokeTests.csproj @@ -1,28 +1,19 @@ - net7.0 + net7.0 - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + + - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj b/test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj index 56c833d45..b073d6b8d 100644 --- a/test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj +++ b/test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj @@ -1,28 +1,15 @@ - net7.0 + net7.0 false - - Microsoft - Microsoft.OpenApi.Tests - Microsoft.OpenApi.Tests - Tests for Microsoft.OpenApi - Microsoft.OpenApi.Tests - Microsoft.OpenApi.Tests true Library ..\..\src\Microsoft.OpenApi.snk - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + + @@ -30,10 +17,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - +