-
Notifications
You must be signed in to change notification settings - Fork 366
Expand file tree
/
Copy pathScriptCs.Core.Tests.csproj
More file actions
27 lines (27 loc) · 1.08 KB
/
ScriptCs.Core.Tests.csproj
File metadata and controls
27 lines (27 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\ScriptCsAutoDataAttribute.cs" Link="ScriptCsAutoDataAttribute.cs" />
<Compile Include="..\ScriptCsMoqCustomization.cs" Link="ScriptCsMoqCustomization.cs" />
<Compile Include="..\TestLogProvider.cs" Link="TestLogProvider.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\ScriptCs.Contracts\ScriptCs.Contracts.csproj" />
<ProjectReference Include="..\..\src\ScriptCs.Core\ScriptCs.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoFixture.AutoMoq" />
<PackageReference Include="AutoFixture.Xunit2" />
<PackageReference Include="Microsoft.Web.Xdt" />
<PackageReference Include="Moq" />
<PackageReference Include="NuGet.Core" />
<PackageReference Include="Should" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
</ItemGroup>
</Project>