Skip to content

Commit

Permalink
[net]build(deps): adopt Gear node 1.7.0 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky authored Dec 4, 2024
1 parent 95f9a79 commit cfe09e9
Show file tree
Hide file tree
Showing 519 changed files with 15,450 additions and 6,121 deletions.
2 changes: 1 addition & 1 deletion net/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis" Version="4.11.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageVersion Include="PolySharp" Version="1.15.0" />
<PackageVersion Include="Substrate.NET.API" Version="0.9.23" />
<PackageVersion Include="Substrate.NET.API" Version="0.9.24-rc8" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Threading.Channels" Version="9.0.0" />
<!-- Tests -->
Expand Down
16 changes: 15 additions & 1 deletion net/examples/Sails.DemoClient/Sails.DemoClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,29 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<UseSailsProjectRefences>false</UseSailsProjectRefences>
</PropertyGroup>

<ItemGroup>
<AdditionalFiles Include="demo.idl" />
</ItemGroup>

<ItemGroup>
<ItemGroup Condition="'$(UseSailsProjectRefences)' != 'true'">
<PackageReference Include="Sails.ClientGenerator" />
<PackageReference Include="Sails.Net" />
<PackageReference Include="Substrate.NET.API" VersionOverride="0.9.23" Condition="'$(SailsPackagesVersionOverride)' == ''" />
</ItemGroup>

<ItemGroup Condition="'$(UseSailsProjectRefences)' == 'true'">
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(UseSailsProjectRefences)' == 'true'">
<ProjectReference Include="..\..\src\Sails.ClientGenerator\Sails.ClientGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\..\src\Sails.Net\Sails.Net.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit cfe09e9

Please sign in to comment.