mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Add YesNt interpreter process and command integration
This commit is contained in:
+3
-10
@@ -9,13 +9,10 @@
|
||||
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
|
||||
<PackageReference Include="Cosmos.Kernel" Version="3.0.58" />
|
||||
<PackageReference Include="Cosmos.Kernel.System" Version="3.0.58" />
|
||||
<PackageReference Include="YesNt.Interpreter" Version="1.1.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<UsingTask
|
||||
TaskName="PatchInteropSysSecureRandomTask"
|
||||
TaskFactory="RoslynCodeTaskFactory"
|
||||
AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll"
|
||||
>
|
||||
<UsingTask TaskName="PatchInteropSysSecureRandomTask" TaskFactory="RoslynCodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
|
||||
<ParameterGroup>
|
||||
<CoreLibPath ParameterType="System.String" Required="true" />
|
||||
</ParameterGroup>
|
||||
@@ -72,11 +69,7 @@
|
||||
</Task>
|
||||
</UsingTask>
|
||||
|
||||
<Target
|
||||
Name="PatchInteropSysSecureRandom"
|
||||
AfterTargets="RunPatcher"
|
||||
BeforeTargets="WriteIlcRsp;CompileWithIlc"
|
||||
>
|
||||
<Target Name="PatchInteropSysSecureRandom" AfterTargets="RunPatcher" BeforeTargets="WriteIlcRsp;CompileWithIlc">
|
||||
<PatchInteropSysSecureRandomTask CoreLibPath="$(IntermediateOutputPath)cosmos\ref\System.Private.CoreLib.dll" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user