We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919cf5b commit bfa4db9Copy full SHA for bfa4db9
shell/shell.common.props
@@ -8,7 +8,7 @@
8
<TargetFramework>net8.0</TargetFramework>
9
<ImplicitUsings>enable</ImplicitUsings>
10
<LangVersion>12.0</LangVersion>
11
- <Version>1.0.0-preview.1</Version>
+ <Version>1.0.0-preview.2</Version>
12
13
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
14
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
tools/metadata.json
@@ -1,3 +1,3 @@
1
{
2
- "AgentsToInclude": "*"
+ "AgentsToInclude": ["msaz", "openai-gpt"]
3
}
0 commit comments