Skip to content

Commit

Permalink
More clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisOnGit committed Mar 1, 2021
1 parent 966f3d2 commit 55860be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Forge.TreeWalker.UnitTests/Forge.TreeWalker.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Scripting.Common" Version="3.8.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.11" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
Expand Down Expand Up @@ -91,7 +91,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Forge.TreeWalker\Forge.TreeWalker.csproj">
<Project>{00fc1c22-6ae9-4f60-8a3e-05885ba34c9c}</Project>
<Name>Microsoft.Forge.TreeWalker</Name>
</ProjectReference>
</ItemGroup>
Expand Down
8 changes: 1 addition & 7 deletions Forge.TreeWalker/Forge.TreeWalker.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{00FC1C22-6AE9-4F60-8A3E-05885BA34C9C}</ProjectGuid>
<RootNamespace>Microsoft.Forge.TreeWalker</RootNamespace>
<AssemblyName>Microsoft.Forge.TreeWalker</AssemblyName>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
Expand All @@ -13,20 +12,15 @@
<PackageProjectUrl>https://github.com/microsoft/Forge</PackageProjectUrl>
<RepositoryUrl>https://github.com/microsoft/Forge</RepositoryUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PackageOutputPath>bin\Release</PackageOutputPath>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GitVersionTask" Version="5.0.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="3.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
Expand Down

0 comments on commit 55860be

Please sign in to comment.