Skip to content

Commit

Permalink
updated ver
Browse files Browse the repository at this point in the history
  • Loading branch information
MithrilMan committed May 20, 2024
1 parent a6f3176 commit 4deaf3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

- name: dotnet Restore
run: dotnet restore -s "https://api.nuget.org/v3/index.json" -s "https://f.feedz.io/davidfowl/bedrockframework/nuget/index.json"
Expand Down
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project>
<PropertyGroup>
<Copyright>2020 Mithril Man.</Copyright>
<Copyright>2024 Mithril Man.</Copyright>

<VersionPrefix>0.3.0</VersionPrefix>

<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down

0 comments on commit 4deaf3f

Please sign in to comment.