Skip to content

Commit 5fe86bc

Browse files
committed
Add Squad agent config, Python sample improvements, and C# build artifacts to gitignore
1 parent 63afac4 commit 5fe86bc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

python/samples/RecipeSharing/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<LangVersion>14</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>

python/samples/RecipeSharing/src/RecipeSharing.Web/RecipeSharing.Web.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
10-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
119
</ItemGroup>
1210

1311
<ItemGroup>

0 commit comments

Comments
 (0)