Skip to content

Commit

Permalink
updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Nov 22, 2024
1 parent f9e6d28 commit 34d7ed1
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 3 deletions.
68 changes: 68 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
],
"license": "MIT",
"dependencies": {
"edge-js": "^23.1.0"
"edge-js": "^23.1.2"
}
}
2 changes: 1 addition & 1 deletion src/QuickStart.Core/QuickStart.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
<!-- <PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" /> -->
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/QuickStart.Standard/QuickStart.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.9.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" />
<!-- <PackageReference Include="Microsoft.DotNet.InternalAbstractions" Version="1.0.0" /> -->
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 34d7ed1

Please sign in to comment.