We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8521153 commit 4150fd4Copy full SHA for 4150fd4
Cargo.toml
@@ -38,7 +38,7 @@ rusty-fork = "0.3"
38
path-absolutize = "3.1"
39
40
[features]
41
-default = ["nethost-download", "net7_0"]
+default = ["nethost-download", "net8_0"]
42
nethost-download = ["nethost", "nethost-sys/download-nuget"]
43
nethost = ["nethost-sys"]
44
nightly = []
@@ -51,7 +51,8 @@ net5_0 = ["hostfxr-sys/net5_0", "netcore3_0"]
51
net6_0 = ["hostfxr-sys/net6_0", "net5_0"]
52
net7_0 = ["hostfxr-sys/net7_0", "net6_0"]
53
net8_0 = ["hostfxr-sys/net8_0", "net7_0"]
54
-latest = ["hostfxr-sys/latest", "net8_0"]
+net9_0 = ["hostfxr-sys/net8_0", "net8_0"]
55
+latest = ["hostfxr-sys/latest", "net9_0"]
56
57
# Prevent downloading nethost library when building on docs.rs.
58
[package.metadata.docs.rs]
0 commit comments