Skip to content

Commit

Permalink
Updates to use v1.0.0 of AIM Runner package (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
probertdaniel authored Aug 21, 2021
1 parent 8a7c659 commit 6dd10cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<Authors>Microsoft Corporation</Authors>
<Product>Microsoft Azure Integration Migration Tool</Product>
<Description>Library that provides the core application model used for migration.</Description>
<Copyright>Copyright © Microsoft Corporation 2020</Copyright>
<Copyright>Copyright © Microsoft Corporation 2021</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>$(MSBuildThisFileDirectory)\..\..\dist\packages</PackageOutputPath>
<PackageId>Microsoft.AzureIntegrationMigration.ApplicationModel</PackageId>
<RepositoryUrl>https://github.com/azure/aimmodel</RepositoryUrl>
<Version>0.0.4-alpha</Version>
<Version>1.0.0</Version>
<NoWarn>NU5105</NoWarn>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand All @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AzureIntegrationMigration.Runner" Version="0.5.1" />
<PackageReference Include="Microsoft.AzureIntegrationMigration.Runner" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="scriban" Version="2.1.4" />
<PackageReference Include="yamldotnet" Version="8.1.2" />
Expand Down

0 comments on commit 6dd10cf

Please sign in to comment.