Skip to content

Commit 6724593

Browse files
committed
clean up
1 parent 6eac7c0 commit 6724593

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Microsoft.OpenApi/Any/OpenApiAnyCloneHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static IOpenApiAny CloneFromCopyConstructor(IOpenApiAny obj)
2929
}
3030
}
3131
}
32-
32+
3333
return obj;
3434
}
3535
}

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
3434
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3535
</PropertyGroup>
36-
<ItemGroup>
37-
<PackageReference Include="System.Text.Json" Version="7.0.0" />
38-
</ItemGroup>
3936

4037
<ItemGroup>
4138
<Compile Update="Properties\SRResource.Designer.cs">

0 commit comments

Comments
 (0)