diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-19 07:52:13 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-19 07:52:13 +0100 |
| commit | f48f101eb0dd6bbdca91d5f50b4ce4194d7369ab (patch) | |
| tree | d7e659690d0936bd3d08e25d4e5229d76d517a08 /src/I2R.Endpoints.csproj | |
| download | dotnet-endpoints-f48f101eb0dd6bbdca91d5f50b4ce4194d7369ab.tar.xz dotnet-endpoints-f48f101eb0dd6bbdca91d5f50b4ce4194d7369ab.zip | |
feat: Initial commit
Diffstat (limited to 'src/I2R.Endpoints.csproj')
| -rw-r--r-- | src/I2R.Endpoints.csproj | 15 |
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> |
