Skip to content

Commit

Permalink
chore: update .NET version for test executable
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou committed Sep 18, 2021
1 parent 7c49b7a commit ef728c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion HexCore.Tests/HexCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>HexCoreTests</RootNamespace>
</PropertyGroup>

Expand Down
6 changes: 0 additions & 6 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="github" value="https://nuget.pkg.github.com/antouhou/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="antouhou" />
<add key="ClearTextPassword" value="%PACKAGES_API_KEY%" />
</github>
</packageSourceCredentials>
</configuration>

0 comments on commit ef728c9

Please sign in to comment.