File tree Expand file tree Collapse file tree
src/ImmutableObjectGraph.Generation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <RootNamespace >ImmutableObjectGraph.Generation</RootNamespace >
44 <TargetFramework >netstandard1.6</TargetFramework >
5- <PackageTargetFallback >$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback >
65 <Description >MSBuild-based code generator to transform simple mutable type definitions into fully functional immutable types with persistent characteristics.</Description >
76
87 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
3635 <ItemGroup >
3736 <PackageReference Include =" CodeGeneration.Roslyn" PrivateAssets =" all" />
3837 <PackageReference Include =" CodeGeneration.Roslyn.BuildTime" PrivateAssets =" none" />
39- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" PrivateAssets =" all" />
4038 </ItemGroup >
4139 <ItemGroup >
4240 <DotNetCliToolReference Include =" dotnet-codegen" />
Original file line number Diff line number Diff line change 1111 <copyright >$Copyright$</copyright >
1212 <tags >$PackageTags$</tags >
1313 <dependencies >
14- <group targetFramework =" .NETPortable0.0-Profile259" >
15- <dependency id =" CodeGeneration.Roslyn.BuildTime" version =" $CodeGenerationRoslynVersion$" />
16- <dependency id =" ImmutableObjectGraph" version =" $version$" />
17- </group >
1814 <group targetFramework =" .NETStandard1.0" >
1915 <dependency id =" CodeGeneration.Roslyn.BuildTime" version =" $CodeGenerationRoslynVersion$" />
2016 <dependency id =" ImmutableObjectGraph" version =" $version$" />
2824 <file src =" Readme.txt" target =" Readme.txt" />
2925 <file src =" build\*" target =" build\" />
3026 <file src =" ..\..\bin\ImmutableObjectGraph.Generation.Attributes\$Configuration$\netstandard1.0\ImmutableObjectGraph.Generation.Attributes.dll" target =" lib\netstandard1.0\" />
31- <file src =" ..\..\bin\ImmutableObjectGraph.Generation.Attributes\$Configuration$\portable-net45+win8+wpa81+wp8\ImmutableObjectGraph.Generation.Attributes.dll" target =" lib\portable-net45+win8+wpa81+wp8\" />
3227 </files >
3328</package >
You can’t perform that action at this time.
0 commit comments