Skip to content

Commit 61baaa9

Browse files
authored
Merge pull request #52 from canhorn/feature/interop-version-update_0.2.2
FEATURE: Version Update for EventHorizon.Blazor.Interop
2 parents 6546fa3 + 7b7ae67 commit 61baaa9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sample/_generated/EventHorizon.Blazor.BabylonJS.WASM/EventHorizon.Blazor.BabylonJS.WASM.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5+
<NoWarn>8601,8618,8625,0108,CA2012,IDE1006</NoWarn>
56
</PropertyGroup>
67

78
<ItemGroup>
8-
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.1" />
9+
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.2" />
910
</ItemGroup>
1011

1112
</Project>

Source/EventHorizon.Blazor.TypeScript.Interop.Generator.Writers.Project/Templates/ProjectFileTemplate.txt

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

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5+
<NoWarn>8601,8618,8625,0108,CA2012,IDE1006</NoWarn>
56
</PropertyGroup>
67

78
<ItemGroup>
8-
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.1" />
9+
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.2" />
910
</ItemGroup>
1011

1112
</Project>

0 commit comments

Comments
 (0)