-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Remora.Sdk and nuget packages.
- Loading branch information
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
<Project Sdk="Remora.Sdk/1.0.0"> | ||
<Project Sdk="Remora.Sdk/2.0.1"> | ||
|
||
<PropertyGroup> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<VersionPrefix>10.0.2</VersionPrefix> | ||
<VersionPrefix>10.0.3</VersionPrefix> | ||
<Description>A platform-agnostic command parser and dispatcher.</Description> | ||
<PackageReleaseNotes> | ||
Fix malformed XML. | ||
Update StyleCop.Analyzers. | ||
Update Remora.Results. | ||
Fix naming. | ||
Reorder attributes. | ||
Add ImplicitUseKindFlags. | ||
Upgrade Remora.Sdk. | ||
Upgrade nuget packages. | ||
</PackageReleaseNotes> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" /> | ||
<PackageReference Include="Nullability.Source" Version="2.0.1"> | ||
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" /> | ||
<PackageReference Include="Nullability.Source" Version="2.0.4"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="Remora.Results" Version="7.2.2" /> | ||
<PackageReference Include="Remora.Results" Version="7.2.3" /> | ||
<PackageReference Update="Remora.Results.Analyzers" Version="1.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters