-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNosCore.ReverseProxy.Tests.csproj
More file actions
24 lines (20 loc) · 981 Bytes
/
NosCore.ReverseProxy.Tests.csproj
File metadata and controls
24 lines (20 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="MSTest.TestAdapter" Version="4.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="4.0.2" />
<!-- Explicit references to fix security vulnerabilities in transitive dependencies -->
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.14.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\NosCore.ReverseProxy\NosCore.ReverseProxy.csproj" />
</ItemGroup>
</Project>