Aggiungere i file di progetto.
This commit is contained in:
17
SeniorAssistant/SeniorAssistant.csproj
Normal file
17
SeniorAssistant/SeniorAssistant.csproj
Normal file
@@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<DockerTargetOS>Windows</DockerTargetOS>
|
||||
<UserSecretsId>7506fc54-8ed1-4c9b-9004-35d36db99964</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.App" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user