Skip to content

Commit 817f0bb

Browse files
committed
version fix
1 parent f350c1d commit 817f0bb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34+
- name: Setup .NET
35+
uses: actions/setup-dotnet@v1
36+
with:
37+
dotnet-version: 6.0.x
3438
- name: publish
3539
id: publish_nuget
3640
uses: rohith/publish-nuget@v2

src/LazyCoder/LazyCoder.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<LangVersion>10</LangVersion>
66
<Nullable>enable</Nullable>
7-
<Version>0.03.12</Version>
7+
<Version>0.03.13</Version>
88
<ImplicitUsings>enable</ImplicitUsings>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)