diff --git a/src/EventStore.Common/EventStore.Common.csproj b/src/EventStore.Common/EventStore.Common.csproj
index ad7154319..8140791af 100644
--- a/src/EventStore.Common/EventStore.Common.csproj
+++ b/src/EventStore.Common/EventStore.Common.csproj
@@ -30,7 +30,7 @@
-
+
@@ -43,4 +43,4 @@
-
\ No newline at end of file
+
diff --git a/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj b/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj
index 9e98139bf..e18eb4354 100644
--- a/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj
+++ b/src/EventStore.SourceGenerators/EventStore.SourceGenerators.csproj
@@ -1,6 +1,6 @@
- netstandard2.0
+
false
diff --git a/src/qodana.yaml b/src/qodana.yaml
new file mode 100644
index 000000000..f2bd5156e
--- /dev/null
+++ b/src/qodana.yaml
@@ -0,0 +1,29 @@
+#-------------------------------------------------------------------------------#
+# Qodana analysis is configured by qodana.yaml file #
+# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
+#-------------------------------------------------------------------------------#
+version: "1.0"
+
+#Specify IDE code to run analysis without container (Applied in CI/CD pipeline)
+ide: QDNET
+
+#Specify inspection profile for code analysis
+profile:
+ name: qodana.starter
+
+#Enable inspections
+#include:
+# - name:
+
+#Disable inspections
+#exclude:
+# - name:
+# paths:
+# -
+
+#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
+#bootstrap: sh ./prepare-qodana.sh
+
+#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
+#plugins:
+# - id: #(plugin id can be found at https://plugins.jetbrains.com)