Skip to content

Commit e76529b

Browse files
author
Daniel Jacinto
authored
Merge pull request #9178 from NuGet/dev
[ReleasePrep][2022.07.20]RI of dev into main
2 parents 2edeac8 + 441dbc7 commit e76529b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/NuGetGallery.Services/NuGetGallery.Services.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<Compile Remove="Extensions\*.cs" />
2828
<Compile Remove="Helpers\*.cs" />
2929
<Compile Remove="Mail\**\*.cs" />
30-
<Compile Remove="Models\*.cs" />
3130
<Compile Remove="PackageManagement\*.cs" />
3231
<Compile Remove="Permissions\*.cs" />
3332
<Compile Remove="Properties\*.cs" />

tests/NuGetGallery.LoadTests/NuGetGallery.LoadTests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<SccLocalPath>SAK</SccLocalPath>
2525
<SccAuxPath>SAK</SccAuxPath>
2626
<SccProvider>SAK</SccProvider>
27+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2728
<NuGetPackageImportStamp>
2829
</NuGetPackageImportStamp>
2930
<TargetFrameworkProfile />
@@ -99,6 +100,9 @@
99100
<PackageReference Include="FluentLinkChecker">
100101
<Version>1.0.0.10</Version>
101102
</PackageReference>
103+
<PackageReference Include="Newtonsoft.Json">
104+
<Version>13.0.1</Version>
105+
</PackageReference>
102106
</ItemGroup>
103107
<Choose>
104108
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">

0 commit comments

Comments
 (0)