Skip to content

Commit

Permalink
Change relative path to correct csproj in pkgproj of System.Text.Json…
Browse files Browse the repository at this point in the history
… module
  • Loading branch information
kevinwkt committed Jul 15, 2020
1 parent dc65659 commit 533f2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ProjectReference Include="..\src\System.Text.Json.csproj">
<SupportedFramework>net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks)</SupportedFramework>
</ProjectReference>
<ProjectReference Include="..\codegenerator\codegenerator.csproj" SkipPackageFileCheck="true" HarvestDependencies="false" />
<ProjectReference Include="..\System.Text.Json.SourceGeneration\System.Text.Json.SourceGeneration.csproj" />
<!-- Since UAP and .NETCoreApp are package based we still want to enable
OOBing libraries that happen to overlap with their framework package.
This avoids us having to lock the API in our NuGet packages just
Expand Down

0 comments on commit 533f2c7

Please sign in to comment.