Skip to content

Commit

Permalink
Update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
axelheer committed Jun 21, 2023
1 parent 3f5764b commit 7e18064
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -2,7 +2,6 @@
*.vs
*.suo
*.user
*.vscode
.DS_Store

# Build
Expand All @@ -11,5 +10,4 @@ obj/
pkg/

# Test
TestResults/
test-results/
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"dotnet.defaultSolution": "nein-math.sln"
}
2 changes: 1 addition & 1 deletion global.json
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.302"
"version": "7.0.304"
}
}
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.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
<PackageReference Include="xunit" Version="2.4.2" />
</ItemGroup>

Expand Down

0 comments on commit 7e18064

Please sign in to comment.