We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7338b08 + bb152ae commit 4d5fcdeCopy full SHA for 4d5fcde
.gitignore
@@ -395,4 +395,5 @@ FodyWeavers.xsd
395
*.msp
396
397
# JetBrains Rider
398
-*.sln.iml
+*.sln.iml
399
+*.bin
webapp/webapp.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
@@ -8,8 +8,8 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="8.0.0-rc.2.23480.2" />
12
- <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.0-rc.2.23480.2" />
+ <PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="8.0.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.0" />
13
</ItemGroup>
14
15
</Project>
0 commit comments