Skip to content

Commit

Permalink
Upgrade Remora.Sdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Nov 20, 2023
1 parent 2e5ded2 commit ffffeda
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
run: |
Expand Down
5 changes: 5 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions Remora.Markdown.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "metadata", "metadata", "{2F4C92DB-6C47-4372-8BBE-7F1039DD3A9A}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{97044132-DA78-4CC5-AEB5-B3B3EA79459D}"
Expand Down
4 changes: 2 additions & 2 deletions Remora.Markdown/Remora.Markdown.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Remora.Sdk/2.0.1">
<Project Sdk="Remora.Sdk">
<PropertyGroup>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<Description>A typesafe, graph-oriented library for generating Markdown documents in C#.</Description>
<PackageReleaseNotes>
Upgrade Remora.Sdk.
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"msbuild-sdks": {
"Remora.Sdk": "3.0.1",
"Remora.Tests.Sdk": "3.0.1"
}
}

0 comments on commit ffffeda

Please sign in to comment.