diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-21 19:14:48 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-21 19:14:48 +0100 |
| commit | dfb5b08f26573799a7254b64e022759ed4acf102 (patch) | |
| tree | 0829ea32cbaa82921f75c4bbb09f19925a1078ca /code/lib/I2R.Endpoints.csproj | |
| parent | 09250198cdd7a7c13bc50664ef3c8b51bdc1ea8b (diff) | |
| download | dotnet-endpoints-dfb5b08f26573799a7254b64e022759ed4acf102.tar.xz dotnet-endpoints-dfb5b08f26573799a7254b64e022759ed4acf102.zip | |
feat: latest, not working
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> |
