Skip to content

Commit

Permalink
compilation bug
Browse files Browse the repository at this point in the history
old dotnet replaced
  • Loading branch information
minuahr committed Dec 5, 2022
1 parent d539b0f commit 43ab403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PrimeNumbers/PrimeNumbers.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>net6.0</TargetFramework>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion PrimeNumbers/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Diagnostics;
using System.Threading;
using Exercise;
//using Concurrent;
using Concurrent;
//using Solution;

/// <summary>
Expand Down

0 comments on commit 43ab403

Please sign in to comment.