Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88775b7

Browse files
committed
Merge template/faithlife-build.
2 parents d4d84ce + 84eb9ee commit 88775b7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/checkout@v3
3131
with:
3232
fetch-depth: 0
33-
- name: Set up .NET 6
33+
- name: Set up .NET 7
3434
uses: actions/setup-dotnet@v3
3535
with:
36-
dotnet-version: 6.0.x
36+
dotnet-version: 7.0.x
3737
- name: Restore
3838
run: .\build.ps1 restore
3939
- name: Build

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
<PropertyGroup>
44
<VersionPrefix>2.5.0</VersionPrefix>
5-
<LangVersion>10.0</LangVersion>
5+
<LangVersion>11.0</LangVersion>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<NeutralLanguage>en-US</NeutralLanguage>
10-
<NoWarn>$(NoWarn);1591;1998;NU5105;CA1014;CA1508</NoWarn>
10+
<NoWarn>$(NoWarn);1591;1998;NU5105;CA1014;CA1508;CA1852</NoWarn>
1111
<DebugType>embedded</DebugType>
1212
<GitHubOrganization>FacilityApi</GitHubOrganization>
1313
<RepositoryName>FacilityJavaScript</RepositoryName>

dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"jetbrains.resharper.globaltools": {
12-
"version": "2022.2.3",
12+
"version": "2022.3.1",
1313
"commands": [
1414
"jb"
1515
]

tools/Build/Build.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Faithlife.Build" Version="5.14.7" />
9+
<PackageReference Include="Faithlife.Build" Version="5.16.1" />
1010
</ItemGroup>
1111

1212
</Project>

tools/XmlDocGen/XmlDocGen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net7.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)