diff --git a/Source/CodeAnalysis/CodeAnalysis.csproj b/Source/CodeAnalysis/CodeAnalysis.csproj
index b63fece..d15fbd0 100644
--- a/Source/CodeAnalysis/CodeAnalysis.csproj
+++ b/Source/CodeAnalysis/CodeAnalysis.csproj
@@ -2,7 +2,7 @@
- netstandard2.0
+ net5
false
Dolittle.CodeAnalysis
diff --git a/Source/Common.Specs/Dolittle.Common.Specs.csproj b/Source/Common.Specs/Dolittle.Common.Specs.csproj
index a801446..ed5b00e 100644
--- a/Source/Common.Specs/Dolittle.Common.Specs.csproj
+++ b/Source/Common.Specs/Dolittle.Common.Specs.csproj
@@ -6,7 +6,7 @@
https://github.com/dolittle/Home
MIT
- netcoreapp3.1
+ net5
Dolittle.Common.Specs
Exe
true
diff --git a/Source/Common/Dolittle.Common.csproj b/Source/Common/Dolittle.Common.csproj
index 7b1c309..3421e07 100644
--- a/Source/Common/Dolittle.Common.csproj
+++ b/Source/Common/Dolittle.Common.csproj
@@ -6,7 +6,7 @@
https://github.com/dolittle/Home
MIT
- netstandard2.0
+ net5
Dolittle.Common
true
logo.png
diff --git a/default.props b/default.props
index b788245..211084e 100644
--- a/default.props
+++ b/default.props
@@ -2,7 +2,7 @@
- netstandard2.1
+ net5
$()Artifacts/$(AssemblyName).xml
diff --git a/specs.props b/specs.props
index ce09565..9d1dda6 100644
--- a/specs.props
+++ b/specs.props
@@ -2,7 +2,7 @@
- netcoreapp3.1
+ net5
true
$(NoWarn);SA1600;CA1307;CA1305;CS1591;CA1819;SA1122;SA1615;SA1514