Directory.Build.props (18 lines of code) (raw):

<Project> <PropertyGroup> <DefaultTargetFramework>net8.0</DefaultTargetFramework> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> <DebugType>embedded</DebugType> <DebugSymbols>true</DebugSymbols> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <SignAssembly>true</SignAssembly> <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)public.snk</AssemblyOriginatorKeyFile> <PackageProjectUrl>https://github.com/aws/integrations-on-dotnet-aspire-for-aws</PackageProjectUrl> <RepositoryUrl>https://github.com/aws/integrations-on-dotnet-aspire-for-aws</RepositoryUrl> <PackageIcon>icon.png</PackageIcon> <PackageLicenseExpression>MIT</PackageLicenseExpression> </PropertyGroup> </Project>