Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Feb 17, 2024
1 parent 1d1e205 commit 833543c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/Local/LocalAPI/BrowserTest/BrowserTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Playwright" Version="1.29.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.41.2" />
</ItemGroup>

</Project>
16 changes: 8 additions & 8 deletions src/Local/LocalAPI/LocalAPI/LocalAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@

<ItemGroup>
<PackageReference Include="FluentEmail.Liquid" Version="3.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="7.0.2" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.2" />
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.0.0" />
<PackageReference Include="NetCore2Blockly" Version="7.2023.427.2025" />
<PackageReference Include="NetCoreUsefullEndpoints" Version="7.2023.402.1715" />
<PackageReference Include="SkinnyControllersCommon" Version="2021.25.6.855" />
<PackageReference Include="SkinnyControllersGenerator" Version="2021.25.6.855" />
<PackageReference Include="NetCoreUsefullEndpoints" Version="7.2023.1216.1825" />
<PackageReference Include="SkinnyControllersCommon" Version="2023.5.14.2055" />
<PackageReference Include="SkinnyControllersGenerator" Version="2023.5.14.2055" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AMSWebAPI" Version="2022.5.25.1154" />
<PackageReference Include="AMS_Base" Version="2022.5.25.1154" />
<PackageReference Include="RSCG_AMS" Version="2022.5.25.1154" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
<PackageReference Include="AMSWebAPI" Version="2023.5.21.1551" />
<PackageReference Include="AMS_Base" Version="2023.5.21.1551" />
<PackageReference Include="RSCG_AMS" Version="2023.5.21.1551" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BrowserTest\BrowserTest.csproj" />
Expand Down
6 changes: 3 additions & 3 deletions src/Local/LocalAPI/LocalFS/LocalFS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup >
<PropertyGroup>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BoilerplateFree" Version="1.3.1" />
<PackageReference Include="RSCG_Static" Version="2021.12.18.2037" />
<PackageReference Include="System.IO.Abstractions" Version="19.1.5" />
<PackageReference Include="RSCG_Static" Version="2023.8.23.2100" />
<PackageReference Include="System.IO.Abstractions" Version="20.0.15" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<None Include="../README.md" Pack="true" PackagePath="\" />
<!--<None Include="wwwroot/a.zip" Pack="true" PackagePath="\tools\net8.0\any\wwwroot" />-->
<None Include="wwwroot/**" Pack="true" PackagePath="\tools\net8.0\any\wwwroot" />
Expand Down
8 changes: 4 additions & 4 deletions src/Local/LocalAPI/SqlServerDB/SqlServerDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup >
<PropertyGroup>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="7.0.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="8.0.2" />
</ItemGroup>

<!-- <PropertyGroup>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup> -->

<ItemGroup>
<PackageReference Include="rscgutils" Version="2023.502.835" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<PackageReference Include="rscgutils" Version="2023.914.2016" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="sql/**/*" />
Expand Down
2 changes: 1 addition & 1 deletion src/Local/LocalAPI/WindowsRelated/WindowsRelated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ServiceProcess.ServiceController" Version="7.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
</ItemGroup>

</Project>

0 comments on commit 833543c

Please sign in to comment.