Skip to content

Commit

Permalink
update csproj to remove unused package ref (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
trrwilson authored Jun 7, 2024
1 parent 9852582 commit 5874f53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.0.0-beta.3 ()

### Bugs fixed

- Removed a vestigial package reference ()

## 2.0.0-beta.2 (2024-06-06)

### Bugs fixed
Expand Down
1 change: 0 additions & 1 deletion src/OpenAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.ClientModel" Version="1.1.0-beta.4" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />
</ItemGroup>
</Project>

0 comments on commit 5874f53

Please sign in to comment.