Skip to content

Commit

Permalink
Update .Net Core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Dec 11, 2023
1 parent 2e8f11c commit 99ffcf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SpeechService/EddiSpeechService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Windows.SDK.Contracts">
<Version>10.0.22621.755</Version>
<Version>10.0.22621.2428</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NETCore.Platforms">
<Version>7.0.3</Version>
<Version>7.0.4</Version>
</PackageReference>
<PackageReference Include="MSTest.TestAdapter">
<Version>3.1.1</Version>
Expand Down

0 comments on commit 99ffcf6

Please sign in to comment.