Skip to content

Commit

Permalink
update to net 9
Browse files Browse the repository at this point in the history
  • Loading branch information
markhazleton committed Sep 21, 2024
1 parent bc41d83 commit 0bff4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Yelp.Api.Domain/Yelp.Api.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Runtime.Caching" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
</ItemGroup>
<ItemGroup>
<Folder Include="Status\" />
Expand Down
1 change: 1 addition & 0 deletions Yelp.Api.Web/Yelp.Api.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0-rc.1.24451.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-rc.1.24451.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0-rc.1.24457.2" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\lib\" />
Expand Down

0 comments on commit 0bff4a1

Please sign in to comment.