Skip to content

Commit

Permalink
Update AspNetFullFrameworkSampleApp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
functionofpwnosec authored Oct 11, 2024
1 parent 0539257 commit 3d4ac40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<PackageReference Include="Microsoft.AspNet.WebApi" Version="5.2.4" />
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3" />
<PackageReference Include="Microsoft.Owin.Host.SystemWeb" Version="4.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="SQLite.CodeFirst" Version="1.5.3.29" />
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
Expand Down Expand Up @@ -350,4 +350,4 @@

<!-- VS Test wants to see this target -->
<Target Name="VSTest" Condition="'$(BuildFullFrameworkAsp)' == 'false'" />
</Project>
</Project>

0 comments on commit 3d4ac40

Please sign in to comment.