Skip to content

Commit

Permalink
Remove unneeded file
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Jun 22, 2018
1 parent 73ce25f commit 8d36931
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 29 deletions.
21 changes: 0 additions & 21 deletions src/Ubiety.Dns.Core/Records/totla.txt

This file was deleted.

13 changes: 5 additions & 8 deletions src/Ubiety.Dns.Core/Ubiety.Dns.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<CodeAnalysisRuleSet>../ProjectLevel.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml</DocumentationFile>
<Version>2.0.0</Version>
<ProjectGuid>479864c2-f29b-40e4-987b-577d189c3d08</ProjectGuid>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.6.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.1" PrivateAssets="All" />
<PackageReference Include="Microsoft.NetCore.Analyzers" Version="2.6.1" />
<PackageReference Include="Stylecop.Analyzers" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
</ItemGroup>

</Project>
</Project>
2 changes: 2 additions & 0 deletions test/Ubiety.Dns.Test/Ubiety.Dns.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
<PackageReference Include="coverlet.msbuild" Version="2.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="Moq" Version="4.8.3" />
<PackageReference Include="Moq.Analyzers" Version="0.0.4.43043" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.analyzers" Version="0.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 8d36931

Please sign in to comment.