Skip to content

Commit 96e3ba9

Browse files
authored
Fixing spaces in YML (#278)
1 parent 3d058a1 commit 96e3ba9

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- name: Install libssl1.1
28-
run: |
29-
sudo apt-get update
30-
sudo apt-get install -y libssl1.1 || \
31-
(wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.1/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb && \
32-
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb)
33-
3427
- name: Setup .NET
3528
uses: actions/setup-dotnet@v4
3629
with:

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<PackageReference Include="Nerdbank.GitVersioning">
5-
<Version>3.3.37</Version>
5+
<Version>3.9.50</Version>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>
88
</ItemGroup>

0 commit comments

Comments
 (0)