Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 9s
16 lines
492 B
XML
16 lines
492 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>ModeusSchedule.Abstractions</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
|
|
</PropertyGroup>
|
|
</Project>
|