Change ProjectModel namespace
This commit is contained in:
parent
939ba19fb6
commit
a6f18f9b61
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ using System.IO;
|
|||
using System.Runtime.InteropServices;
|
||||
using Xunit;
|
||||
using Microsoft.DotNet.Cli.Utils;
|
||||
using Microsoft.Extensions.ProjectModel;
|
||||
using Microsoft.DotNet.ProjectModel;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue