Skip to content

Commit

Permalink
feat: support generation of second .NET project (box/box-codegen#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Feb 26, 2025
1 parent edb2d08 commit 47a1735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "77017fa", "specHash": "06fc5f7", "version": "1.8.0" }
{ "engineHash": "271bf60", "specHash": "06fc5f7", "version": "1.8.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<ItemGroup>
<ProjectReference Include="..\Box.Sdk.Gen/Box.Sdk.Gen.csproj" />
<ProjectReference Include="..\Box.Sdk.Gen/Box.Sdk.Gen.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Box.Sdk.Gen/Box.Sdk.Gen.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>1.8.0</Version>
<Description>Official Box .Net Generated SDK</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 47a1735

Please sign in to comment.