Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisOnGit committed Mar 1, 2021
1 parent 55860be commit e8ff974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions Forge.TreeWalker.UnitTests/Forge.TreeWalker.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="5.2.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.8.0" />
<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.3" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.11" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
],
"BoolDelegate": "C#|(Func<bool>)(() => {return UserContext.GetCount() == 1;})",
"BoolDelegateAsync": "C#|(Func<Task<bool>>)(async() => { return await UserContext.GetCountAsync() == 2; })",
"StringDictionary": {
"TestKey1": "C#|UserContext.Name",
"TestKey2": "TestValue2"
},
"StringDictionary": {
"TestKey1": "C#|UserContext.Name",
"TestKey2": "TestValue2"
},
"ObjectDictionary": {
"TestKey1": {
"Name": "C#|UserContext.Name",
Expand Down

0 comments on commit e8ff974

Please sign in to comment.