8000 不设置版本 · heartacker/CScripting@af76b96 · GitHub
[go: up one dir, main page]

Skip to content

Commit af76b96

Browse files
committed
不设置版本
1 parent 87bff2f commit af76b96

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#r "nuget: Python.System, *"
2+
13

24
addr = 0x12345678
35
addrr = hex(addr)

Python.System.Demo.csx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Python.System, 1.0.2"
1+
#r "nuget: Python.System, *"
22
using static Python.System;
33

44
var addr = 0x12345678;

Python.System.Demo.dib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#!csharp
66

7-
#r "nuget: Python.System, 1.0.2"
7+
#r "nuget: Python.System, *"
88

99
#!csharp
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We aim to implement the **built-in function of python in `C#`** and **direct use
2323
🔗 [ **C#** ](./Python.System.Demo.csx)
2424

2525
```csharp
26-
#r "nuget: Python.System, 1.0.2"
26+
#r "nuget: Python.System, *"
2727
using static Python.System;
2828

2929
var addr = 0x12345678;
@@ -123,7 +123,7 @@ print(c, sep="\t")
123123

124124
```shell
125125
~$ dotnet-script
126-
> #r "nuget: Python.System, 1.0.2"
126+
> #r "nuget: Python.System, *"
127127
> using static Python.System;
128128
> hex(1024)
129129
"0x400"

0 commit comments

Comments
 (0)
0