Skip to content

Commit

Permalink
update newtonsoft and azure functions sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinobrien committed Jun 25, 2024
1 parent 829305c commit a05839f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LuasAPI.AzureFunction/LuasAPI.AzureFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LuasAPI.NET\LuasAPI.NET.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion LuasAPI.NET/LuasAPI.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

</Project>

0 comments on commit a05839f

Please sign in to comment.