Skip to content

Commit 2459db7

Browse files
srukeSruthi Keerthi Rangavajhula
andauthored
Update Wilson Version for net8.0 (#2526)
* Update Wilson Version for .net8.0 * Update to rc2 --------- Co-authored-by: Sruthi Keerthi Rangavajhula <[email protected]>
1 parent 987aeb1 commit 2459db7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Directory.Build.props

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@
8888
</PropertyGroup>
8989

9090
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
91-
<IdentityModelVersion>7.0.2</IdentityModelVersion>
92-
<MicrosoftAspNetCoreAuthenticationJwtBearerVersion>8.0.0-rc.1.23421.29</MicrosoftAspNetCoreAuthenticationJwtBearerVersion>
93-
<MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>8.0.0-rc.1.23421.29</MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>
94-
<MicrosoftExtensionsCachingMemoryVersion>8.0.0-rc.1.23419.4</MicrosoftExtensionsCachingMemoryVersion>
95-
<MicrosoftExtensionsHostingVersion>8.0.0-rc.1.23419.4</MicrosoftExtensionsHostingVersion>
96-
<MicrosoftAspNetCoreDataProtectionVersion>8.0.0-rc.1.23421.29</MicrosoftAspNetCoreDataProtectionVersion>
97-
<SystemSecurityCryptographyPkcsVersion>8.0.0-rc.1.23419.4</SystemSecurityCryptographyPkcsVersion>
98-
<SystemSecurityCryptographyXmlVersion>8.0.0-rc.1.23419.4</SystemSecurityCryptographyXmlVersion>
99-
<MicrosoftExtensionsLoggingVersion>8.0.0-rc.1.23419.4</MicrosoftExtensionsLoggingVersion>
100-
<SystemTextEncodingsWebVersion>8.0.0-rc.1.23419.4</SystemTextEncodingsWebVersion>
101-
<MicrosoftExtensionsConfigurationBinderVersion>8.0.0-rc.1.23419.4</MicrosoftExtensionsConfigurationBinderVersion>
102-
<MicrosoftExtensionsDependencyInjectionVersion>8.0.0-rc.1.23419.4</MicrosoftExtensionsDependencyInjectionVersion>
91+
<IdentityModelVersion>7.0.3</IdentityModelVersion>
92+
<MicrosoftAspNetCoreAuthenticationJwtBearerVersion>8.0.0-rc.2.23480.2</MicrosoftAspNetCoreAuthenticationJwtBearerVersion>
93+
<MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>8.0.0-rc.2.23480.2</MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>
94+
<MicrosoftExtensionsCachingMemoryVersion>8.0.0-rc.2.23479.6</MicrosoftExtensionsCachingMemoryVersion>
95+
<MicrosoftExtensionsHostingVersion>8.0.0-rc.2.23479.6</MicrosoftExtensionsHostingVersion>
96+
<MicrosoftAspNetCoreDataProtectionVersion>8.0.0-rc.2.23480.2</MicrosoftAspNetCoreDataProtectionVersion>
97+
<SystemSecurityCryptographyPkcsVersion>8.0.0-rc.2.23479.6</SystemSecurityCryptographyPkcsVersion>
98+
<SystemSecurityCryptographyXmlVersion>8.0.0-rc.2.23479.6</SystemSecurityCryptographyXmlVersion>
99+
<MicrosoftExtensionsLoggingVersion>8.0.0-rc.2.23479.6</MicrosoftExtensionsLoggingVersion>
100+
<SystemTextEncodingsWebVersion>8.0.0-rc.2.23479.6</SystemTextEncodingsWebVersion>
101+
<MicrosoftExtensionsConfigurationBinderVersion>8.0.0-rc.2.23479.6</MicrosoftExtensionsConfigurationBinderVersion>
102+
<MicrosoftExtensionsDependencyInjectionVersion>8.0.0-rc.2.23479.6</MicrosoftExtensionsDependencyInjectionVersion>
103103
</PropertyGroup>
104104

105105
<PropertyGroup Condition="'$(TargetFramework)' == 'net7.0'">

0 commit comments

Comments
 (0)