Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
axelheer committed Feb 14, 2024
1 parent 51c40d9 commit 827ee1c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,13 +1,12 @@
# User
*.vs
*.vscode
*.suo
*.user
.DS_Store

# Build
bin/
obj/
pkg/

# Test
test-results/
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion global.json
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.101"
"version": "8.0.200"
}
}
2 changes: 1 addition & 1 deletion test/NeinMath.Tests/NeinMath.Tests.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.6.6" />
</ItemGroup>

Expand Down

0 comments on commit 827ee1c

Please sign in to comment.