Initial project
This commit is contained in:
12
Directory.Build.props
Normal file
12
Directory.Build.props
Normal file
@@ -0,0 +1,12 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<DotNetVersion>10.0.*</DotNetVersion>
|
||||
<Namespace>SoaFE.Portal</Namespace>
|
||||
<Authors>Drew Cavanaugh</Authors>
|
||||
<Company />
|
||||
<Product>SoaFE Portal</Product>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user