Skip to content

Commit 8f0de0d

Browse files
authored
Merge pull request #584 from microsoft/dm/fixbuildwarnings
Fixed unnecessary project references
2 parents 89c4569 + d050b62 commit 8f0de0d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/Microsoft.OpenApi/Exceptions/OpenApiException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public OpenApiException(string message, Exception innerException)
4444
/// JSON Pointer as per https://tools.ietf.org/html/rfc6901
4545
/// If the document fails to parse as JSON/YAML then the fragment will be based on
4646
/// a text/plain pointer as defined in https://tools.ietf.org/html/rfc5147
47-
/// Currently only line= is provided because using char= causes tests to break due to CR/LF & LF differences
47+
/// Currently only line= is provided because using char= causes tests to break due to CR/LF and LF differences
4848
/// </summary>
4949
public string Pointer { get; set; }
5050

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,7 @@
261261
<ProjectReference Include="..\..\src\Microsoft.OpenApi\Microsoft.OpenApi.csproj" />
262262
<ProjectReference Include="..\..\src\Microsoft.OpenApi.Readers\Microsoft.OpenApi.Readers.csproj" />
263263
</ItemGroup>
264-
265-
<ItemGroup>
266-
<Reference Include="Microsoft.CSharp" />
267-
<Reference Include="System.Net.Http" />
268-
</ItemGroup>
269-
264+
270265
<ItemGroup>
271266
<None Update="V2Tests\Samples\definitions.v3.yaml">
272267
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)