@ -293,6 +293,9 @@ ipch/
*.vsp
*.vspx
# Visual Studio Code
*.vscode
# Guidance Automation Toolkit
*.gpState
@ -25,4 +25,8 @@
<Folder Include="Util\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LinqStudy\LinqStudy.csproj" />
</Project>
@ -8,7 +8,7 @@ namespace LinqStudy.Test
[Fact]
public void Test1()
{
Assert.True(true,"使用xunit框架!");
}