Skip to content

Commit 7ca2735

Browse files
Merge pull request #6 from servicetitan/prod/upgrade5.8.13
: Upgrade to Unity 5.8.13
2 parents e063469 + cf57346 commit 7ca2735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LazyProxy.Unity.Sample/LazyProxy.Unity.Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp2.0</TargetFramework>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Unity" Version="5.8.6" />
7+
<PackageReference Include="Unity" Version="5.8.13" />
88
</ItemGroup>
99
<ItemGroup>
1010
<ProjectReference Include="..\LazyProxy.Unity\LazyProxy.Unity.csproj" />

LazyProxy.Unity/LazyProxy.Unity.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
</PropertyGroup>
1717
<ItemGroup>
1818
<PackageReference Include="LazyProxy" Version="0.1.4" />
19-
<PackageReference Include="Unity" Version="5.8.6" />
19+
<PackageReference Include="Unity" Version="5.8.13" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)