diff options
Diffstat (limited to 'code/lib/I2R.Endpoints.csproj')
| -rw-r--r-- | code/lib/I2R.Endpoints.csproj | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/code/lib/I2R.Endpoints.csproj b/code/lib/I2R.Endpoints.csproj new file mode 100644 index 0000000..90ecd90 --- /dev/null +++ b/code/lib/I2R.Endpoints.csproj @@ -0,0 +1,30 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net7.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <PackageLicenseUrl>https://git.ivar.systems/dotnet-endpoints/tree/COPYING</PackageLicenseUrl> + <RepositoryUrl>https://git.ivar.systems/dotnet-endpoints</RepositoryUrl> + <RepositoryType>git</RepositoryType> + <PackageVersion>1.1.0</PackageVersion> + <Title>I2R.Endpoints</Title> + <Authors>Ivar Løvlie</Authors> + <Description>A library that enables single file endpoints (or whatever).</Description> + <Copyright>Ivar Løvlie</Copyright> + <PackageReleaseNotes> + Initial realease. + </PackageReleaseNotes> + <IsPackable>true</IsPackable> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\source-generator\I2R.Endpoints.Generator.csproj" + OutputItemType="Analyzer" + ReferenceOutputAssembly="false"/> + </ItemGroup> + + <ItemGroup> + <AnalyzerReference Include="..\source-generator\I2R.Endpoints.Generator.csproj"/> + </ItemGroup> + +</Project> |
