summary refs log tree commit diff
path: root/ReferenceClientProxyImplementation/ReferenceClientProxyImplementation.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-23 02:03:20 +0100
committerRory& <root@rory.gay>2026-02-23 02:03:20 +0100
commit77a609758bb80bac9497d2e3988550f8be578407 (patch)
tree991a9d258ca4fece1132a1a344d0fe11e3b03d51 /ReferenceClientProxyImplementation/ReferenceClientProxyImplementation.csproj
downloadReferenceClientProxyImplementation-master.tar.xz
Initial commit HEAD master
Diffstat (limited to '')
-rw-r--r--ReferenceClientProxyImplementation/ReferenceClientProxyImplementation.csproj34
1 files changed, 34 insertions, 0 deletions
diff --git a/ReferenceClientProxyImplementation/ReferenceClientProxyImplementation.csproj b/ReferenceClientProxyImplementation/ReferenceClientProxyImplementation.csproj
new file mode 100644

index 0000000..14bdb55 --- /dev/null +++ b/ReferenceClientProxyImplementation/ReferenceClientProxyImplementation.csproj
@@ -0,0 +1,34 @@ +<Project Sdk="Microsoft.NET.Sdk.Web"> + + <PropertyGroup> + <TargetFramework>net10.0</TargetFramework> + <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings> + <EnableDefaultContentItems>false</EnableDefaultContentItems> + <LangVersion>preview</LangVersion> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)'=='Release'"> + <DebugSymbols>False</DebugSymbols> + <DebugType>None</DebugType> + <Optimize>True</Optimize> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="AngleSharp" Version="1.3.0"/> + <PackageReference Include="ArcaneLibs" Version="1.0.0-preview.20250630-114950"/> + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.6"/> + <PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="9.0.6"/> + <PackageReference Include="Sentry.AspNetCore" Version="5.11.2"/> + <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1"/> + </ItemGroup> + + <ItemGroup> + <Compile Remove="cache\**"/> + <Compile Remove="cache_formatted\**"/> + <Compile Remove="server-cs-d9282bd218a35e2399d27e98cdd6f7a0a8552bb7\**"/> + </ItemGroup> + <ItemGroup> + <Content Include="Resources\**" CopyToOutputDirectory="Always"/> + </ItemGroup> + +</Project>