Skip to content

Commit 4150fd4

Browse files
committed
Update net version features
1 parent 8521153 commit 4150fd4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rusty-fork = "0.3"
3838
path-absolutize = "3.1"
3939

4040
[features]
41-
default = ["nethost-download", "net7_0"]
41+
default = ["nethost-download", "net8_0"]
4242
nethost-download = ["nethost", "nethost-sys/download-nuget"]
4343
nethost = ["nethost-sys"]
4444
nightly = []
@@ -51,7 +51,8 @@ net5_0 = ["hostfxr-sys/net5_0", "netcore3_0"]
5151
net6_0 = ["hostfxr-sys/net6_0", "net5_0"]
5252
net7_0 = ["hostfxr-sys/net7_0", "net6_0"]
5353
net8_0 = ["hostfxr-sys/net8_0", "net7_0"]
54-
latest = ["hostfxr-sys/latest", "net8_0"]
54+
net9_0 = ["hostfxr-sys/net8_0", "net8_0"]
55+
latest = ["hostfxr-sys/latest", "net9_0"]
5556

5657
# Prevent downloading nethost library when building on docs.rs.
5758
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)