зеркало из https://github.com/microsoft/Forge.git
More cleanup
This commit is contained in:
Родитель
55860be263
Коммит
e8ff974f63
|
@ -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" />
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче