Skip to content

Commit

Permalink
Jump to a supported framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkcod committed Feb 6, 2023
1 parent 0a9be5d commit 88013fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/dotnet-conesole/Program.cs
Expand Up @@ -75,7 +75,7 @@ class CommandSettings

static int RunConesole(string fxVersion, IEnumerable<string> args)
{
var myPath = Path.GetDirectoryName(new Uri(typeof(Program).Assembly.CodeBase).LocalPath);
var myPath = Path.GetDirectoryName(typeof(Program).Assembly.Location);
var probePaths = new [] {
Path.Combine(myPath, "..", "..", "tools"),
#if DEBUG
Expand Down
2 changes: 1 addition & 1 deletion Source/dotnet-conesole/dotnet-conesole.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net6</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 88013fd

Please sign in to comment.