result/Directory.Build.props

28 lines
927 B
Text
Raw Permalink Normal View History

2024-04-14 15:42:13 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.0.0</VersionPrefix>
<!--<VersionSuffix></VersionSuffix>-->
</PropertyGroup>
<PropertyGroup>
<AssemblyName>Geekeey.Extensions.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>Geekeey.Extensions.$(MSBuildProjectName)</RootNamespace>
</PropertyGroup>
<PropertyGroup>
2024-05-01 16:30:15 +00:00
<Authors>The Geekeey Authors</Authors>
<Copyright>Copyright (c) The Geekeey Authors</Copyright>
2024-04-14 15:42:13 +00:00
<Description>A simple and lightweight result type implementation for C#.</Description>
<PackageTags>geekeey utility result</PackageTags>
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
</PropertyGroup>
</Project>