Skip to content

Commit

Permalink
Update net version features
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 13, 2024
1 parent b3727bb commit 2e0725f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rusty-fork = "0.3"
path-absolutize = "3.1"

[features]
default = ["nethost-download", "net7_0"]
default = ["nethost-download", "net8_0"]
nethost-download = ["nethost", "nethost-sys/download-nuget"]
nethost = ["nethost-sys"]
nightly = []
Expand All @@ -51,7 +51,8 @@ net5_0 = ["hostfxr-sys/net5_0", "netcore3_0"]
net6_0 = ["hostfxr-sys/net6_0", "net5_0"]
net7_0 = ["hostfxr-sys/net7_0", "net6_0"]
net8_0 = ["hostfxr-sys/net8_0", "net7_0"]
latest = ["hostfxr-sys/latest", "net8_0"]
net9_0 = ["hostfxr-sys/net8_0", "net8_0"]
latest = ["hostfxr-sys/latest", "net9_0"]

# Prevent downloading nethost library when building on docs.rs.
[package.metadata.docs.rs]
Expand Down

0 comments on commit 2e0725f

Please sign in to comment.