Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07e10a2

Browse files
authored
Update README.md
1 parent4bbcc1a commit07e10a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎README.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ To consume a script package all we need to do specify the NuGet package in the `
313313
The following example loads the[simple-targets](https://www.nuget.org/packages/simple-targets-csx) package that contains script files to be included in our script.
314314

315315
```C#
316-
#! "netcoreapp3.1"
317316
#load"nuget:simple-targets-csx, 6.0.0"
318317

319318
usingstaticSimpleTargets;
@@ -463,7 +462,6 @@ The following example shows how we can pipe data in and out of a script.
463462
The`UpperCase.csx` script simply converts the standard input to upper case and writes it back out to standard output.
464463

465464
```csharp
466-
#! "netcoreapp3.1"
467465
using (varstreamReader=newStreamReader(Console.OpenStandardInput()))
468466
{
469467
Write(streamReader.ReadToEnd().ToUpper());

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp