File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-dotnet@v5
2828 with :
2929 dotnet-version : |
30+ 8.0.x
3031 9.0.x
3132
3233 - name : Install dependencies 📦️
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <UserSecretsId >aspnet-Net9MultiTenant-93a65b75-e000-4ba2-a7b8-3752a453ef0e</UserSecretsId >
8+ <IsPackable >false</IsPackable >
89 </PropertyGroup >
910
1011 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
4+ <IsPackable >false</IsPackable >
5+ <TargetFramework >net9.0</TargetFramework >
56 <Nullable >enable</Nullable >
67 <ImplicitUsings >enable</ImplicitUsings >
78 <UserSecretsId >aspnet-Net9Sample-2251b562-00ca-4917-88ab-44878d238766</UserSecretsId >
You can’t perform that action at this time.
0 commit comments