File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
<Import Project =" ..\Version.props" />
20
20
<ItemGroup >
21
- <PackageReference Include =" Dynamitey" Version =" 3.0.2 " />
21
+ <PackageReference Include =" Dynamitey" Version =" 3.0.3 " />
22
22
</ItemGroup >
23
23
<ItemGroup Condition =" '$(TargetFramework)'=='net40'" >
24
24
<Reference Include =" Microsoft.CSharp" />
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ internal static class CompatHelper
46
46
///</summary>
47
47
public static class BuildProxy
48
48
{
49
- public static readonly ActLikeMaker DefaultProxyMaker = new ActLikeMaker ( ) ;
49
+ public static ActLikeMaker DefaultProxyMaker { get ; } = new ActLikeMaker ( ) ;
50
50
51
51
public static ActLikeMaker CollectableProxyMaker ( ) => new ActLikeMaker ( AssemblyBuilderAccess . RunAndCollect ) ;
52
52
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >8.0.3 </VersionPrefix >
3
+ <VersionPrefix >8.0.4 </VersionPrefix >
4
4
</PropertyGroup >
5
5
</Project >
You can’t perform that action at this time.
0 commit comments