2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-26 21:13:13 +00:00

Downgrade compiler version

This commit is contained in:
2024-11-08 10:00:10 +03:00
parent 89b589896e
commit a53f3f927a
2 changed files with 6 additions and 3 deletions

View File

@ -8,7 +8,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Esiur" Version="2.4.5" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.1.1" />
</ItemGroup>
@ -17,4 +16,8 @@
<Folder Include="Web\img\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Esiur\Esiur.csproj" OutputItemType="Analyzer"/>
</ItemGroup>
</Project>