diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cb0a0f5a..04f4aedc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
- name: Pack
if: ${{ steps.release.outputs.releases_created }}
run: |
- dotnet pack OpenFeature.proj --configuration Release --no-build -p:PackageID=OpenFeature
+ dotnet pack OpenFeature.proj --configuration Release --no-build
- name: Publish to Nuget
if: ${{ steps.release.outputs.releases_created }}
diff --git a/build/Common.prod.props b/build/Common.prod.props
index 49e454c5..63a52d44 100644
--- a/build/Common.prod.props
+++ b/build/Common.prod.props
@@ -11,7 +11,6 @@
https://github.com/open-feature/dotnet-sdk
OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.
Feature;OpenFeature;Flags;
- OpenFeature
openfeature-icon.png
https://openfeature.dev
Apache-2.0