chore: update project files to use version variables for package references and adjust import order

- Replace hardcoded package versions with version variables in SufiChain.SufiBlazor and SufiChain.SufiBlazor.Demo.Localization project files.
- Change import order in Directory.Build.props to prioritize versions.props before common.props.
This commit is contained in:
2026-06-22 20:42:04 +03:30
parent c4403527ad
commit 6406d77732
4 changed files with 17 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<AspNetCoreVersion>10.0.7</AspNetCoreVersion>
<MicrosoftAspNetCoreComponentsWebVersion>10.0.7</MicrosoftAspNetCoreComponentsWebVersion>
<MicrosoftExtensionsLocalizationVersion>10.0.7</MicrosoftExtensionsLocalizationVersion>
<MicrosoftExtensionsFileProvidersEmbeddedVersion>10.0.7</MicrosoftExtensionsFileProvidersEmbeddedVersion>
</PropertyGroup>
</Project>