Skip to content

Commit 63aa733

Browse files
committed
remove csproj settings that are convention based on project name
1 parent c1a6eba commit 63aa733

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<Authors>Microsoft</Authors>
1515
<Company>Microsoft</Company>
16-
<Title>Microsoft.OpenApi.Hidi</Title>
17-
<PackageId>Microsoft.OpenApi.Hidi</PackageId>
1816
<ToolCommandName>hidi</ToolCommandName>
1917
<PackageOutputPath>./../../artifacts</PackageOutputPath>
2018
<Version>1.3.0</Version>
@@ -23,8 +21,6 @@
2321
<PackageTags>OpenAPI .NET</PackageTags>
2422
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
2523
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
26-
<AssemblyName>Microsoft.OpenApi.Hidi</AssemblyName>
27-
<RootNamespace>Microsoft.OpenApi.Hidi</RootNamespace>
2824
<SignAssembly>true</SignAssembly>
2925
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
3026
<EmbedUntrackedSources>true</EmbedUntrackedSources>

src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@
99
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1010
<Authors>Microsoft</Authors>
1111
<Company>Microsoft</Company>
12-
<Title>Microsoft.OpenApi.Readers</Title>
13-
<PackageId>Microsoft.OpenApi.Readers</PackageId>
1412
<Version>1.6.9</Version>
1513
<Description>OpenAPI.NET Readers for JSON and YAML documents</Description>
1614
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1715
<PackageTags>OpenAPI .NET</PackageTags>
1816
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
1917
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
20-
<AssemblyName>Microsoft.OpenApi.Readers</AssemblyName>
21-
<RootNamespace>Microsoft.OpenApi.Readers</RootNamespace>
2218
<SignAssembly>true</SignAssembly>
2319
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
2420
<EmbedUntrackedSources>true</EmbedUntrackedSources>

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@
99
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1010
<Authors>Microsoft</Authors>
1111
<Company>Microsoft</Company>
12-
<Title>Microsoft.OpenApi</Title>
13-
<PackageId>Microsoft.OpenApi</PackageId>
1412
<Version>1.6.9</Version>
1513
<Description>.NET models with JSON and YAML writers for OpenAPI specification</Description>
1614
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1715
<PackageTags>OpenAPI .NET</PackageTags>
1816
<RepositoryUrl>https://github.com/Microsoft/OpenAPI.NET</RepositoryUrl>
1917
<PackageReleaseNotes>https://github.com/microsoft/OpenAPI.NET/releases</PackageReleaseNotes>
20-
<AssemblyName>Microsoft.OpenApi</AssemblyName>
21-
<RootNamespace>Microsoft.OpenApi</RootNamespace>
2218
<SignAssembly>true</SignAssembly>
2319
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
2420
<EmbedUntrackedSources>true</EmbedUntrackedSources>

test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
55
<Authors></Authors>
66
<Company>Microsoft</Company>
7-
<Product>Microsoft.OpenApi.Readers.Tests</Product>
8-
<PackageId>Microsoft.OpenApi.Readers.Tests</PackageId>
9-
<Description>Tests for Microsoft.OpenApi.Readers</Description>
10-
<AssemblyName>Microsoft.OpenApi.Readers.Tests</AssemblyName>
11-
<RootNamespace>Microsoft.OpenApi.Readers.Tests</RootNamespace>
127
<SignAssembly>true</SignAssembly>
138
<AssemblyOriginatorKeyFile>..\..\src\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile>
149
</PropertyGroup>

test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
55
<Authors></Authors>
66
<Company>Microsoft</Company>
7-
<Product>Microsoft.OpenApi.Tests</Product>
8-
<PackageId>Microsoft.OpenApi.Tests</PackageId>
9-
<Description>Tests for Microsoft.OpenApi</Description>
10-
<AssemblyName>Microsoft.OpenApi.Tests</AssemblyName>
11-
<RootNamespace>Microsoft.OpenApi.Tests</RootNamespace>
127
<SignAssembly>true</SignAssembly>
138
<OutputType>Library</OutputType>
149
<AssemblyOriginatorKeyFile>..\..\src\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile>

0 commit comments

Comments
 (0)