Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/Console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The sample can easily be extended with alternative providers, which you can find
1. Run the following command to start the application:

```shell
dotnet run app.cs
dotnet app.cs
Comment thread
WeihanLi marked this conversation as resolved.
```

## Feature Flags
Expand Down
2 changes: 1 addition & 1 deletion samples/Console/app.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env dotnet
#:project ../../src/OpenFeature/OpenFeature.csproj
Comment thread
WeihanLi marked this conversation as resolved.
Comment thread
WeihanLi marked this conversation as resolved.
#:property PublishAot=true

using OpenFeature;
using OpenFeature.Isolated;
Expand Down
Loading