aboutsummaryrefslogtreecommitdiffstats
path: root/src/I2R.Endpoints.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/I2R.Endpoints.csproj')
-rw-r--r--src/I2R.Endpoints.csproj26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/I2R.Endpoints.csproj b/src/I2R.Endpoints.csproj
deleted file mode 100644
index 4948bed..0000000
--- a/src/I2R.Endpoints.csproj
+++ /dev/null
@@ -1,26 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <PackageProjectUrl>https://git.ivar.systems/dotnet-endpoints</PackageProjectUrl>
- <PackageLicenseUrl>https://git.ivar.systems/dotnet-endpoints/tree/COPYING</PackageLicenseUrl>
- <RepositoryUrl>https://git.ivar.systems/dotnet-endpoints</RepositoryUrl>
- <RepositoryType>git</RepositoryType>
- <PackageVersion>1.0.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>
- </PropertyGroup>
- <ItemGroup>
- <FrameworkReference Include="Microsoft.AspNetCore.App" />
- <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" />
- </ItemGroup>
-</Project>