Skip to content

Commit 14686b8

Browse files
authored
Fix the nuspec template file to reference the correct framework (#131)
2 parents e85a0a3 + 384513c commit 14686b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/BHoMBot/Nuget/BHoM.Interop.Localisation.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tags>BHoM interop localisation units aec</tags>
1616
<title></title>
1717
<dependencies>
18-
<group targetFramework="netstandard2.0.0">
18+
<group targetFramework="netstandard2.0">
1919
<dependency id="NETStandard.Library" version="2.0.3" />
2020
<dependency id="UnitsNet" version="4.145.0" />
2121
</group>

0 commit comments

Comments
 (0)