We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf5dbd + bf3d141 commit 1b29515Copy full SHA for 1b29515
1 file changed
SDKV4-Samples/dotnet_core/StateBot/StateBot.csproj
@@ -9,6 +9,13 @@
9
10
11
<ItemGroup>
12
+ <Content Include="state.bot">
13
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
14
+ </Content>
15
+ </ItemGroup>
16
+
17
18
+ <ItemGroup>
19
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.3" />
20
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.7" />
21
<PackageReference Include="AsyncUsageAnalyzers" Version="1.0.0-alpha003" PrivateAssets="all" />
0 commit comments