Skip to content

Commit

Permalink
upgraded to dotnetcore 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pozyx committed Dec 5, 2018
1 parent 65b5cb5 commit b44f7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CoreTail.Avalonia.NetCore/CoreTail.Avalonia.NetCore.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<ApplicationIcon />
<StartupObject />
<RuntimeIdentifiers>portable;win10-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
Expand Down
2 changes: 1 addition & 1 deletion CoreTail.Test/ManualTests/PerformanceTests.cs
Expand Up @@ -35,7 +35,7 @@ public class PerformanceTests : IDisposable
private static string GetExecutablePath(string appName, bool isNetCore = false)
{
var extension = isNetCore ? "dll" : "exe";
var subfolder = isNetCore ? "netcoreapp2.1/" : string.Empty;
var subfolder = isNetCore ? "netcoreapp2.2/" : string.Empty;

return Path.Combine(
Environment.CurrentDirectory,
Expand Down

0 comments on commit b44f7a9

Please sign in to comment.