mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
fix namespace
This commit is contained in:
parent
a6971306a4
commit
c96bcd01fd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<RootNamespace>HISP</RootNamespace>
|
||||
<RootNamespace>HISP.Cli</RootNamespace>
|
||||
<LangVersion>10.0</LangVersion>
|
||||
<Platforms>x64;x86;ARM;ARM64;AnyCPU</Platforms>
|
||||
<Configurations>Debug;Windows;Linux;MacOS;Android</Configurations>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue