Skip to content

Commit

Permalink
Tests and examples updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Apr 2, 2021
1 parent 59c5d3d commit d68da33
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 6.2.2.0
// This code was generated with KY.Generator 6.6.3.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
/* eslint-disable */
// tslint:disable

export class Class1 {
Expand All @@ -16,4 +18,4 @@ export class Class1 {
}
}

// outputid:fae04ec0-301f-11d3-bf4b-00c04f79efbc
// outputid:41084dd2-495e-4078-bfc1-ca5193667c60
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<ProjectGuid>{41084dd2-495e-4078-bfc1-ca5193667c60}</ProjectGuid>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="KY.Generator" Version="6.2.2" />
<PackageReference Include="KY.Generator.Annotations" Version="6.2.2" />
<PackageReference Include="KY.Generator" Version="6.6.3" />
<PackageReference Include="KY.Generator.Annotations" Version="6.6.3" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated with KY.Generator 6.1.0.0
// This code was generated with KY.Generator 6.6.3.0
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
/* eslint-disable */
// tslint:disable

export class TypeToRead {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="KY.Generator.Annotations, Version=6.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\KY.Generator.Annotations.6.1.0-preview.0\lib\netstandard2.0\KY.Generator.Annotations.dll</HintPath>
<Reference Include="KY.Generator.Annotations, Version=6.6.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\KY.Generator.Annotations.6.6.3\lib\netstandard2.0\KY.Generator.Annotations.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -68,11 +68,11 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets" Condition="Exists('..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets')" />
<Import Project="..\packages\KY.Generator.6.6.3\build\KY.Generator.targets" Condition="Exists('..\packages\KY.Generator.6.6.3\build\KY.Generator.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\KY.Generator.6.1.0-preview.0\build\KY.Generator.targets'))" />
<Error Condition="!Exists('..\packages\KY.Generator.6.6.3\build\KY.Generator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\KY.Generator.6.6.3\build\KY.Generator.targets'))" />
</Target>
</Project>
4 changes: 2 additions & 2 deletions Examples/Reflection/ReflectionFromExecutable/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KY.Generator" version="6.1.0-preview.0" targetFramework="net461" />
<package id="KY.Generator.Annotations" version="6.1.0-preview.0" targetFramework="net461" />
<package id="KY.Generator" version="6.6.3" targetFramework="net461" />
<package id="KY.Generator.Annotations" version="6.6.3" targetFramework="net461" />
</packages>

0 comments on commit d68da33

Please sign in to comment.