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.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/I2R.Endpoints.csproj b/src/I2R.Endpoints.csproj
new file mode 100644
index 0000000..c4d4c67
--- /dev/null
+++ b/src/I2R.Endpoints.csproj
@@ -0,0 +1,15 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+
+ </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>